Skip to content

Commit 0b65f73

Browse files
committed
github: remove debug flags again
1 parent b79cc18 commit 0b65f73

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/builds.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ jobs:
5151

5252
test-win:
5353
runs-on: windows-latest
54-
env:
55-
GODEBUG: "invalidptr=1,cgocheck=1,madvdontneed=1"
56-
GOGC: "2"
5754
steps:
5855
- uses: actions/checkout@v4
5956
- uses: actions/setup-go@v5
@@ -65,7 +62,7 @@ jobs:
6562
$Env:GOWORK = "off"
6663
go mod vendor
6764
$Env:GOWORK = ""
68-
go test -gcflags=all=-d=checkptr -v ./pkg/... ; if ($LASTEXITCODE -ne 0) { exit 1 }
65+
go test -v ./pkg/... ; if ($LASTEXITCODE -ne 0) { exit 1 }
6966
7067
test-osx:
7168
runs-on: macos-latest

0 commit comments

Comments
 (0)