diff --git a/.gitea/workflows/private-modules.yaml b/.gitea/workflows/private-modules.yaml index e35c339..8d34981 100644 --- a/.gitea/workflows/private-modules.yaml +++ b/.gitea/workflows/private-modules.yaml @@ -11,4 +11,4 @@ jobs: - name: Canonical export and native offline boundaries run: | python3 -m unittest discover -s tests - GO111MODULE=off GOTOOLCHAIN=local GOFLAGS= go test -race ./tools/private-modules + CGO_ENABLED=1 GO111MODULE=off GOTOOLCHAIN=local GOFLAGS= go test -race ./tools/private-modules