Closed Bandes closed 7 months ago
zsh syntax for rake is:
RAILS_ENV=test rake "parallel:spec[4]"
updated the readme to use the ugly but compatible syntax so we can avoid these in the future https://github.com/grosser/parallel_tests/pull/942
The documentation and the code itself seems to indicate that if I add a number after the task, it will change the number of CPUs used to run the suite, but when I try this, I get errors like so:
Without the brackets, I do not get an error, but it also doesn't limit the CPU count
I would have expected at least one of these to result in
4 processes for 476 specs, ~120 specs per process
(or something around 120, I didn't do the math... :) )