fix(performance): parallel test execution #416
Labels
bug
Something isn't working
dependencies
Pull requests that update a dependency file
Developer_Experience
enhancement
New feature or request
Milestone
Description
As a prospective contributor to Cactus I want to be able to run the tests as fast as possible, in a parallel manner, exploiting the full power of the hardware that I have available to me so that I'm feeling good about working on the project and also am more productive given the lowered turnaround times.
The test runner has a
--jobs
argument with can be used to enable parallel test execution.Right now it's turned off because not all of our tests are compatible with this due to some implicit shared state that they depend on.
https://node-tap.org/docs/api/parallel-tests/
Acceptance Criteria
cc: @takeutak @sfuji822 @jonathan-m-hamilton
The text was updated successfully, but these errors were encountered: