diff --git a/justfile b/justfile index 9a030d32c8..8208445a29 100644 --- a/justfile +++ b/justfile @@ -44,7 +44,7 @@ stackArgs := stackOptFlag + ' ' + stackParallelFlag + ' ' + stackGhcParallelFlag # flags used in the stack test command testArgs := "--hide-successes" -rtsFlag := if disableParallel == '' { '+RTS -N -RTS' } else { '' } +rtsFlag := if disableParallel == '' { '+RTS -N' + numParallelJobs + ' -RTS' } else { '' } # flag used to enable tracing of bash commands bashDebugArg := if enableDebug == '' { '' } else { 'x' }