File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ Task Test -Depends Merge -Description "Run unit and integration tests against me
23
23
# support halting the whole execution pipeline when "dotnet test" command fails due to a failed test,
24
24
# silently allowing build process to continue its execution even with failed tests.
25
25
Exec { dotnet test - c Release -- no- build " tests\Hangfire.Core.Tests" }
26
- Exec { dotnet test - c Release -- no- build " tests\Hangfire.SqlServer.Tests" }
27
- Exec { dotnet test - c Release -- no- build " tests\Hangfire.SqlServer.Msmq.Tests" }
26
+ Exec { dotnet test - c Release -- no- build - p:TestTfmsInParallel = false " tests\Hangfire.SqlServer.Tests" }
27
+ Exec { dotnet test - c Release -- no- build - p:TestTfmsInParallel = false " tests\Hangfire.SqlServer.Msmq.Tests" }
28
28
}
29
29
30
30
Task Collect - Depends Test - Description " Copy all artifacts to the build folder." {
You can’t perform that action at this time.
0 commit comments