Skip to content

Commit

Permalink
ci: enable cgo when running unit tests
Browse files Browse the repository at this point in the history
the make task doesn't disable cgo so be consistent in ci
  • Loading branch information
kruskall committed Aug 2, 2024
1 parent bb60a76 commit 5300f8b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ jobs:
with:
go-version-file: go.mod
cache: true
- env:
CGO_ENABLED: "0"
run: go test -v -race ./...
- run: go test -v -race ./...

system-test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5300f8b

Please sign in to comment.