// Package ciscript holds the tests for the repository's CI shell // scripts in script/. It carries no runtime code: the scripts run on // the CI runner, not inside the binary, but their behaviour still has // to be verified by the test suite. // // The scripts under test are outside the Go build graph, so `go test`'s // result cache serves a stale PASS when only a script changed: run the // container build, or GOFLAGS=-count=1, to trust a result here after // editing script/. package ciscript