Skip to content

Commit

Permalink
fix: enable CGO for Windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Oct 28, 2024
1 parent ac0d16d commit 0039c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: go-test
env:
CGO_ENABLED": "true"
CGO_ENABLED": "1"
run: go test -race -v ./...

build-image-linux:
Expand Down

0 comments on commit 0039c44

Please sign in to comment.