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 2b36fac commit ac0d16d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
run: go build

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

build-image-linux:
Expand Down

0 comments on commit ac0d16d

Please sign in to comment.