Skip to content

Commit

Permalink
Added --include-ignored to cargo test options
Browse files Browse the repository at this point in the history
This option has been stabilized in rust-lang/rust#80053
  • Loading branch information
trevarj authored Feb 20, 2021
1 parent 3705519 commit 4ce87a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/doc/src/commands/cargo-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ writing doc tests.

<dl>

<dt class="option-term" id="option-cargo-test---include-ignored"><a class="option-anchor" href="#option-cargo-test---include-ignored"></a><code>--include-ignored</code></dt>
<dd class="option-desc">Include tests that are marked with #[ignore].</dd>

<dt class="option-term" id="option-cargo-test---no-run"><a class="option-anchor" href="#option-cargo-test---no-run"></a><code>--no-run</code></dt>
<dd class="option-desc">Compile, but don't run tests.</dd>

Expand Down

0 comments on commit 4ce87a1

Please sign in to comment.