Skip to content

Commit 2524cd9

Browse files
committed
also in tests
1 parent f955a27 commit 2524cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
go-version: "stable"
1818

1919
- name: Test
20-
run: go test -count=1 -v ./...
20+
run: CGO_ENABLED=0 go test -count=1 -v ./...
2121

2222
lint:
2323
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)