Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
justfile: use numParallelJobs in test flag (#2762)
The numParallelJobs option on the `justfile` is used to control the total amount of concurrency when running build commands. This PR adds this number to the test runner command: `+RTS -N$numParallelJobs -RTS`. This means that `$numParallelJobs` threads will be used by the test runner. NB: ``+RTS -N -RTS` means that tests will use the number of threads equal to the number of CPUs on the machine.
- Loading branch information