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
Correct options key passed to ParallelTests.determine_multiple (#1018)
The --multiply-processes CLI option is being parsed into options[:multiply-processes] but the call to determine_multiple was looking for it in options[:multiply].
0 commit comments