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
Running tests with -failfast should use the test cache. It was unexpected that this was not the case. #42544 uncovers that this is documented. My use case is running go test all in projects with a large number of dependencies and reporting failing tests to them.
The text was updated successfully, but these errors were encountered:
ianlancetaylor
changed the title
go test flag -failfast should be cacheable
cmd/go: go test flag -failfast should be cacheable
Jul 23, 2021
Running tests with
-failfast
should use the test cache. It was unexpected that this was not the case. #42544 uncovers that this is documented. My use case is runninggo test all
in projects with a large number of dependencies and reporting failing tests to them.The text was updated successfully, but these errors were encountered: