Skip to content

Commit 5848cc6

Browse files
committed
Also test without cgo
1 parent 6e8025b commit 5848cc6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
go-version-file: go.mod
3434

3535
- name: Run Go tests
36+
env:
37+
# Test with the same environment as the build.
38+
CGO_ENABLED: 0
3639
run: go test ${{ env.go-modules }}
3740

3841
- name: Build binary

0 commit comments

Comments
 (0)