We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3705519 commit 4ce87a1Copy full SHA for 4ce87a1
src/doc/src/commands/cargo-test.md
@@ -47,6 +47,9 @@ writing doc tests.
47
48
<dl>
49
50
+<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>
51
+<dd class="option-desc">Include tests that are marked with #[ignore].</dd>
52
+
53
<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>
54
<dd class="option-desc">Compile, but don't run tests.</dd>
55
0 commit comments