1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 19:47:45 +00:00

build in verbose mode (cfg isn't used)

This commit is contained in:
Sylvestre Ledru 2022-04-23 22:05:43 +02:00
parent ca670148f2
commit f810b55d86

View file

@ -384,7 +384,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: ${{ steps.vars.outputs.CARGO_FEATURES_OPTION }} -p uucore -p coreutils
args: -v ${{ steps.vars.outputs.CARGO_FEATURES_OPTION }} -p uucore -p coreutils
env:
RUSTFLAGS: "-Awarnings"