We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f955a27 commit 2524cd9Copy full SHA for 2524cd9
.github/workflows/go-test.yml
@@ -17,7 +17,7 @@ jobs:
17
go-version: "stable"
18
19
- name: Test
20
- run: go test -count=1 -v ./...
+ run: CGO_ENABLED=0 go test -count=1 -v ./...
21
22
lint:
23
runs-on: ubuntu-latest
0 commit comments