Test Option --last-failed-only #6826
Labels
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-test
S-blocked-external
Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix
Describe the problem you are trying to solve
I have a very large test suite that does quite a but of file IO, which makes the tests rather long to run. I need the file IO because I use external programs to verify my output. It would be very useful to be able to only run the tests that failed the last time I ran the suit.
Describe the solution you'd like
A new option (namely something like
--last-failed-only
) that would limit which tests are run.The text was updated successfully, but these errors were encountered: