Files
image-build/.gitea/workflows/private-modules.yaml
T
Evelyn Chen a81131583e
Private module tooling / contract (pull_request) Failing after 20s
Enable CGO for the private module race contract
Authored-By: Codex (GPT-6) <noreply@openai.com>
2026-09-07 17:02:49 +00:00

15 lines
392 B
YAML

name: Private module tooling
on:
pull_request:
push:
branches: [main]
jobs:
contract:
runs-on: fritzlab
steps:
- uses: actions/checkout@v4
- 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