Own canonical offline private Go module build tooling
Authored-By: Codex (GPT-6) <noreply@openai.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
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
|
||||
Reference in New Issue
Block a user