Start running tests from last failed ones #12263
Labels
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-test
S-triage
Status: This issue is waiting on initial triage.
Problem
When I run
cargo test
it is possible that several different tests are failed. And rerunning all tests after some fix can be time consuming. Because all not failed tests are rerun.Proposed Solution
To somehow cache which tests were failed previously and start execution of next
cargo test
from failed ones. Something like in jestNotes
No response
The text was updated successfully, but these errors were encountered: