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
When I first wrote --rerun-fails there were limitations with the go test -run flag that required running each test individually (golang/go#39904). I think now that golang/go@025308f is done (and has been in all Go versions since go1.18), this can be fixed to re-run all the tests in a package at once.
The text was updated successfully, but these errors were encountered:
When I first wrote
--rerun-fails
there were limitations with thego test -run
flag that required running each test individually (golang/go#39904). I think now that golang/go@025308f is done (and has been in all Go versions since go1.18), this can be fixed to re-run all the tests in a package at once.The text was updated successfully, but these errors were encountered: