Run tooling race contract with a pinned compiler image
Private module tooling / contract (pull_request) Successful in 32s

Authored-By: Codex (GPT-6) <noreply@openai.com>
This commit is contained in:
Evelyn Chen
2026-09-07 17:05:40 +00:00
parent a81131583e
commit c9bd31a6e9
3 changed files with 22 additions and 1 deletions
+1 -1
View File
@@ -11,4 +11,4 @@ jobs:
- name: Canonical export and native offline boundaries
run: |
python3 -m unittest discover -s tests
CGO_ENABLED=1 GO111MODULE=off GOTOOLCHAIN=local GOFLAGS= go test -race ./tools/private-modules
docker build --network none --file tests/private-modules.Dockerfile tools/private-modules