1{{#options}}
2
3{{#option "`--no-run`" }}
4Compile, but don't run {{nouns}}.
5{{/option}}
6
7{{#option "`--no-fail-fast`" }}
8Run all {{nouns}} regardless of failure. Without this flag, Cargo will exit
9after the first executable fails. The Rust test harness will run all {{nouns}}
10within the executable to completion, this flag only applies to the executable
11as a whole.
12{{/option}}
13
14{{/options}}
15