cmd/go: go test flag -failfast
should be cacheable
#47355
Labels
Milestone
-failfast
should be cacheable
#47355
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: