-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.github: CICD: add workspace test to build matrix
Add a new Linux build that runs without `cross`, and adds `--workspace` to the cargo test command. From cargo test documentation, this option "tests all members in the workspace.". For example, this includes running tests within the `uucore` package (see #7383). Fixes #7392.
- Loading branch information
Showing
1 changed file
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters