Skip to content

Commit f22054d

Browse files
committed
fixed another surprise related to CGO_ENABLED
1 parent 2ea360f commit f22054d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/go.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ jobs:
3333
run: go test -v ./...
3434
env:
3535
GOGC: 1
36-
-
37-
name: test with race detector
38-
run: go test -v -race ./...
3936
coverage:
4037
name: Coverage
4138
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)