We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e8025b commit 5848cc6Copy full SHA for 5848cc6
1 file changed
.github/workflows/release.yaml
@@ -33,6 +33,9 @@ jobs:
33
go-version-file: go.mod
34
35
- name: Run Go tests
36
+ env:
37
+ # Test with the same environment as the build.
38
+ CGO_ENABLED: 0
39
run: go test ${{ env.go-modules }}
40
41
- name: Build binary
0 commit comments