We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb6bf6 commit fe1bc32Copy full SHA for fe1bc32
.github/workflows/go.yml
@@ -27,6 +27,4 @@ jobs:
27
with:
28
go-version: ${{ matrix.go-version }}
29
- name: Run tests
30
- run: go test -v -race ./...
31
- env:
32
- CGO_ENABLED: 1
+ run: go test -v ./...
0 commit comments