Skip to content

Commit

Permalink
citest: make windows work again
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Jun 4, 2024
1 parent c11339a commit 36f0991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
$Env:GOWORK = "off"
go mod vendor
$Env:GOWORK = ""
go test -v pkg/... ; if ($LASTEXITCODE -ne 0) { exit 1 }
go test -v ./pkg/... ; if ($LASTEXITCODE -ne 0) { exit 1 }
test-osx:
runs-on: macos-latest
Expand Down

0 comments on commit 36f0991

Please sign in to comment.