Skip to content

Commit

Permalink
Update test.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi authored Jul 31, 2023
1 parent b6cfbba commit 4f4abd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/cargo/commands/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pub fn cli() -> Command {
"Test all tests",
"Test only the specified bench target",
"Test all benches",
"Test all targets except doctests",
"Test all targets (does not include doctests)",
)
.arg(flag("doc", "Test only this library's documentation"))
.arg(flag("no-run", "Compile, but don't run tests"))
Expand Down

0 comments on commit 4f4abd5

Please sign in to comment.