We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0dd3b0 + 1279cfa commit 773fe31Copy full SHA for 773fe31
1 file changed
src/tests/intro.md
@@ -62,7 +62,8 @@ would require recompiling the entire standard library, and the entirety of
62
package tests:
63
64
* `--doc` — Only runs documentation tests in the package.
65
-* `--no-doc` — Run all tests *except* documentation tests.
+* `--all-targets` — Run all tests *except* documentation tests.
66
+* `--tests` — Only runs unit and integration tests
67
68
[tidy-unit-tests]: https://github.com/rust-lang/rust/blob/HEAD/src/tools/tidy/src/unit_tests.rs
69
0 commit comments