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.
2 parents 84976cd + 5023f20 commit 92395d9Copy full SHA for 92395d9
src/bin/cargo/commands/test.rs
@@ -37,7 +37,7 @@ pub fn cli() -> Command {
37
"Exclude packages from the test",
38
)
39
.arg_targets_all(
40
- "Test only this package's library unit tests",
+ "Test only this package's library",
41
"Test only the specified binary",
42
"Test all binaries",
43
"Test only the specified example",
tests/testsuite/cargo_test/help/stdout.log
@@ -28,7 +28,7 @@ Package Selection:
28
--all Alias for --workspace (deprecated)
29
30
Target Selection:
31
- --lib Test only this package's library unit tests
+ --lib Test only this package's library
32
--bins Test all binaries
33
--bin [<NAME>] Test only the specified binary
34
--examples Test all examples
0 commit comments