Remove redundant Go compilation and repeated vet from test lanes #233
Loading…
Reference in a new issue
No description provided.
Delete branch "perf/go-recipe-checks"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Remove standalone go build where the same packages are compiled by go test. Operator lanes retain full go vet and disable its repeated invocation inside go test; both production architecture builds remain in the native build graph. The shared library keeps default go test vet.
Validation: all catalog checks passed. Behavior fixtures execute recipe commands and reject compile errors, failing tests and full-vet copylocks violations. Matched helper benchmark and three comparable successful pipelines for affected projects remain rollout checks.