-
-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
In a workspace with packages that aren't libraries, some commands (e.g. cargo test --doc) do not work.
cargo test --workspace --doc succeeds, because it only runs for library packages.
So to emulate the same behavior, I think this probably needs either:
- an --exclude-non-lib-packages option
- an --include-lib-packages option
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels