mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
3503783761
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.