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
- Host: GitHub
- URL: https://github.com/sourcefrog/libtest-stragglers
- Owner: sourcefrog
- Created: 2025-09-18T14:34:36.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-19T03:33:34.000Z (9 months ago)
- Last Synced: 2025-09-19T05:44:19.903Z (9 months ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .