Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 326 Bytes

options-test.adoc

File metadata and controls

8 lines (7 loc) · 326 Bytes
--no-run

Compile, but don’t run {nouns}.

--no-fail-fast

Run all {nouns} regardless of failure. Without this flag, Cargo will exit after the first executable fails. The Rust test harness will run all {nouns} within the executable to completion, this flag only applies to the executable as a whole.