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

https://github.com/sourcefrog/libtest-stragglers

Demonstrate rust libtest --fail-fast
https://github.com/sourcefrog/libtest-stragglers

Last synced: 28 days ago
JSON representation

Demonstrate rust libtest --fail-fast

Awesome Lists containing this project

README

          

# libtest-stragglers

Demonstration of the value of fail-fast within individual test targets.

You can now say `cargo +nightly test -- --include-ignored -Zunstable-options --fail-fast` and the test suite will complete faster.

See .