swiftly icon indicating copy to clipboard operation
swiftly copied to clipboard

Support running the tests in parallel

Open patrickfreed opened this issue 2 years ago • 0 comments

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.

patrickfreed avatar Mar 26 '23 01:03 patrickfreed