An open API service indexing awesome lists of open source software.

https://github.com/mustakimali/cargo-testf

A wrapper for cargo test that remembers and runs failed tests.
https://github.com/mustakimali/cargo-testf

cargo-subcommand

Last synced: about 1 year ago
JSON representation

A wrapper for cargo test that remembers and runs failed tests.

Awesome Lists containing this project

README

          

# cargo-testf
A wrapper for `cargo test` that remembers and runs failed tests

## Install
```
cargo install cargo-testf
```

## Use `cargo testf` instead of `cargo test`
It will run all tests, unless one or many tests failed previously. In which case only those tests will run.