summaryrefslogtreecommitdiffstats
path: root/src/doc/man/includes/options-test.md
blob: 1d2447e8d3fc3ff3e93f8ff52b80618b90ed3cfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{{#options}}

{{#option "`--no-run`" }}
Compile, but don't run {{nouns}}.
{{/option}}

{{#option "`--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.
{{/option}}

{{/options}}