Skip to content

Commit 773fe31

Browse files
authored
Merge pull request #4896 from rust-lang/rustup-2026-03-12
Automatic Rustup
2 parents f0dd3b0 + 1279cfa commit 773fe31

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/tests/intro.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ would require recompiling the entire standard library, and the entirety of
6262
package tests:
6363

6464
* `--doc` — Only runs documentation tests in the package.
65-
* `--no-doc` — Run all tests *except* documentation tests.
65+
* `--all-targets` — Run all tests *except* documentation tests.
66+
* `--tests` — Only runs unit and integration tests
6667

6768
[tidy-unit-tests]: https://github.com/rust-lang/rust/blob/HEAD/src/tools/tidy/src/unit_tests.rs
6869

0 commit comments

Comments
 (0)