-
go clean -testcache
: expires all test results -
use non-cacheable flags on your test run. The idiomatic way is to use
-count=1
go clean -testcache
: expires all test results
use non-cacheable flags on your test run. The idiomatic way is to use -count=1