You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
internal/ci: skip the test cache via GOFLAGS=-count=1
I verified that GOFLAGS=-count=1 does not break cmd/go subcommands
which don't take this flag, such as vet. It seems like GOFLAGS
is implemented such that it knows chich commands support which flags.
The previous comments were also somewhat confused; the use of -count=1
does not break the test caches on the trybot repo, because this step
does not run on the trybot repo at all.
It seems to me like the only reason we used `go clean -testcache`
over `GOFLAGS=-count=1` was to keep the cache sizes lean.
This is no longer a factor with Namespace runners.
Signed-off-by: Daniel Martí <[email protected]>
Change-Id: I2c45e1384fb6f1c547e5c5dc60388d89c154a59f
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1217815
TryBot-Result: CUEcueckoo <[email protected]>
Reviewed-by: Paul Jolly <[email protected]>
Unity-Result: CUE porcuepine <[email protected]>
0 commit comments