Files
image-build/.gitea/workflows/private-modules.yaml
T
2026-09-07 14:52:03 +00:00

15 lines
378 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
GO111MODULE=off GOTOOLCHAIN=local GOFLAGS= go test -race ./tools/private-modules