Skip to content

Commit

Permalink
Run Windows test using --sequential
Browse files Browse the repository at this point in the history
This brings our Windows testing setup in line with our other
testing setups.
  • Loading branch information
SeanTAllen committed Aug 31, 2023
1 parent 0c036db commit 04b03c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ switch ($Command.ToLower())
}

$testFile = (BuildTest)[-1]
Write-Host "$testFile"
& "$testFile"
Write-Host "$testFile --sequential"
& "$testFile --sequential"
if ($LastExitCode -ne 0) { throw "Error" }
break
}
Expand Down

0 comments on commit 04b03c0

Please sign in to comment.