You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow setting multiplier via ENV variable (grosser#992)
Currently the CLI accepts `-m` or `--multiply-processes` with a `COUNT`
value which is a multiple applied to the number of parallel process to
be spun up.
This commit adds the aditional abiity to modify `COUNT` by specifing
`PARALLEL_TEST_MULTIPLE` which will be parsed into a float.
-[Spring] Add the [spring-commands-parallel-tests](https://github.com/DocSpring/spring-commands-parallel-tests) gem to your `Gemfile` to get `parallel_tests` working with Spring.
340
341
-`--first-is-1` will make the first environment be `1`, so you can test while running your full suite.<br/>
0 commit comments