Skip to content

Commit 6e0601d

Browse files
committed
CI: serialize DB-dependent tests
1 parent 5e6a6eb commit 6e0601d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ dotnet build ".\Build.csproj" -c Release /p:CI=true
2222
Write-Host "Done building." -ForegroundColor "Green"
2323

2424
if ($RunTests) {
25-
Write-Host "Running tests: Build.csproj traversal (all frameworks)" -ForegroundColor "Magenta"
26-
dotnet test ".\Build.csproj" -c Release --no-build
25+
Write-Host "Running tests: Build.csproj" -ForegroundColor "Magenta"
26+
dotnet test ".\Build.csproj" -c Release --no-build -p:TestTfmsInParallel=false
2727
if ($LastExitCode -ne 0) {
2828
Write-Host "Error with tests, aborting build." -Foreground "Red"
2929
Exit 1

0 commit comments

Comments
 (0)