toyboot4e / ac-library-hs

[WIP] Haskell port of ac-library.
Creative Commons Zero v1.0 Universal
4 stars 0 forks source link

`tasty-rerun` is great #21

Closed toyboot4e closed 1 month ago

toyboot4e commented 1 month ago

tasty-rerun is great!

Rerun only failed tests with the following command:

$ cargo test --test-options --rerun

..though test options should be given easily.