We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de69b1e commit 2eb5582Copy full SHA for 2eb5582
.github/workflows/ci.yml
@@ -55,6 +55,8 @@ jobs:
55
run: go mod download
56
57
- name: Run tests with coverage
58
+ env:
59
+ CGO_ENABLED: 1
60
run: |
61
go test -v -race -coverprofile=coverage.out -covermode=atomic ./...
62
go tool cover -func=coverage.out
@@ -110,6 +112,8 @@ jobs:
110
112
run: gosec ./...
111
113
114
- name: Check for race conditions
115
116
117
run: go test -race ./...
118
119
security:
0 commit comments