Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove running tests in parallel #51

Merged
merged 1 commit into from
Jan 8, 2024
Merged

Conversation

joshwlambert
Copy link
Member

This PR remove the {testthat} configuration to run the unit tests in parallel. Parallel testing causes an Rplots.pdf to be produced (tests/testthat/Rplots.pdf) (both when running the tests and the check) which has to be manually deleted. When run in parallel, the tests take ~5 seconds. When Config/testthat/parallel: true is removed from the DESCRIPTION file the tests run in ~4 seconds and no files are produced as byproducts.

@joshwlambert joshwlambert added the pkg infrastructure General update tasks relating to the package and not functionality label Jan 8, 2024
@joshwlambert joshwlambert merged commit be15b2a into main Jan 8, 2024
10 checks passed
@joshwlambert joshwlambert deleted the rm_parallel_testing branch January 8, 2024 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg infrastructure General update tasks relating to the package and not functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant