Skip to content

Commit

Permalink
Spec: run windows specs in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
aramprice committed Dec 14, 2024
1 parent a6e7035 commit 1ce616d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/test-unit.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ trap {

go.exe version

go.exe run github.com/onsi/ginkgo/v2/ginkgo -r -keep-going
go.exe run github.com/onsi/ginkgo/v2/ginkgo run -p -r -race -trace -keep-going
if ($LastExitCode -ne 0)
{
Write-Error $_
Expand Down

0 comments on commit 1ce616d

Please sign in to comment.