Skip to content

Commit 09c82b4

Browse files
committed
github: enable go debug for windows tests
1 parent 9e17bbe commit 09c82b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/builds.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151

5252
test-win:
5353
runs-on: windows-latest
54+
env:
55+
GODEBUG: "invalidptr=1,cgocheck=1,madvdontneed=1"
56+
GOGC: "2"
5457
steps:
5558
- uses: actions/checkout@v4
5659
- uses: actions/setup-go@v5

0 commit comments

Comments
 (0)