From 4ce87a13cb73fb78343e46fabf0d923a4161c7eb Mon Sep 17 00:00:00 2001 From: trevor arjeski Date: Sat, 20 Feb 2021 17:34:46 +0300 Subject: [PATCH] Added --include-ignored to cargo test options This option has been stabilized in https://github.com/rust-lang/rust/pull/80053 --- src/doc/src/commands/cargo-test.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/doc/src/commands/cargo-test.md b/src/doc/src/commands/cargo-test.md index 445af59610a..dfa08562d8e 100644 --- a/src/doc/src/commands/cargo-test.md +++ b/src/doc/src/commands/cargo-test.md @@ -47,6 +47,9 @@ writing doc tests.
+
--include-ignored
+
Include tests that are marked with #[ignore].
+
--no-run
Compile, but don't run tests.