Skip to content

Commit fe1bc32

Browse files
committed
Remove CGO_ENABLED and -race from go test in GitHub CI
1 parent 5eb6bf6 commit fe1bc32

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/go.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,4 @@ jobs:
2727
with:
2828
go-version: ${{ matrix.go-version }}
2929
- name: Run tests
30-
run: go test -v -race ./...
31-
env:
32-
CGO_ENABLED: 1
30+
run: go test -v ./...

0 commit comments

Comments
 (0)