We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29d70d4 commit 1e8f9b6Copy full SHA for 1e8f9b6
build/scripts/Testing.fsx
@@ -73,7 +73,7 @@ module Tests =
73
|> Seq.map Paths.Quote
74
|> Seq.iter(fun project ->
75
Tooling.DotNet.Exec runtime TestFailure "." ["restore"; project;]
76
- Tooling.DotNet.Exec runtime TestFailure "." ["test"; project; "-xml"; Paths.Output("TestResults.xml")])
+ Tooling.DotNet.Exec runtime TestFailure "." ["test"; project; "-parallel"; parallelization; "-xml"; Paths.Output("TestResults.xml")])
77
78
let RunUnitTests() =
79
!! Paths.Source("Tests/project.json")
0 commit comments