I think you can apply a setting across projects using scope ThisBuild, like
parallelExecution in ThisBuild := false
I don’t know if you can combine that with scope Test, but it might not be necessary.
I think you can apply a setting across projects using scope ThisBuild, like
parallelExecution in ThisBuild := false
I don’t know if you can combine that with scope Test, but it might not be necessary.