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 e67df47 commit cdb6619Copy full SHA for cdb6619
1 file changed
.github/workflows/commit.yaml
@@ -97,7 +97,7 @@ jobs:
97
~/go/bin
98
key: go-test-${{ hashFiles('**/go.mod', '**/go.sum') }}
99
100
- - run: go test ./... -v
+ - run: CGO_ENABLED=0 go test ./... -v
101
- run: go build -buildmode=c-shared -o main.so
102
- run: go tool golangci-lint run
103
0 commit comments