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

Support running the tests in parallel #33

Open
patrickfreed opened this issue Mar 26, 2023 · 0 comments
Open

Support running the tests in parallel #33

patrickfreed opened this issue Mar 26, 2023 · 0 comments

Comments

@patrickfreed
Copy link
Collaborator

The test suite currently uses some global variables for things like the mocked home directory and capturing output. This has the unfortunate side effect that the tests must be run sequentially. We should modify such variable usage to be associated with an instance of swiftly such that the tests can be run in parallel. Much of the time in the tests is spent on downloading toolchains, so this may result in a significant speedup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant