Enable CGO for the private module race contract
Private module tooling / contract (pull_request) Failing after 20s

Authored-By: Codex (GPT-6) <noreply@openai.com>
This commit is contained in:
Evelyn Chen
2026-09-07 17:02:49 +00:00
parent 24a2d4be52
commit a81131583e
+1 -1
View File
@@ -11,4 +11,4 @@ jobs:
- name: Canonical export and native offline boundaries - name: Canonical export and native offline boundaries
run: | run: |
python3 -m unittest discover -s tests 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