mirror of
https://github.com/uutils/coreutils
synced 2024-12-12 22:32:53 +00:00
CI: fix "uucore no unix feature" on freeBSD
This commit is contained in:
parent
a446324681
commit
b641aa36e6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/CICD.yml
vendored
2
.github/workflows/CICD.yml
vendored
|
@ -948,7 +948,7 @@ jobs:
|
|||
unset FAULT
|
||||
cargo build || FAULT=1
|
||||
if (test -z "\$FAULT"); then cargo test --features '${{ matrix.job.features }}' || FAULT=1 ; fi
|
||||
if (test -z "\$FAULT"); then cargo test --features '${{ matrix.job.features }}' -p uucore || FAULT=1 ; fi
|
||||
if (test -z "\$FAULT"); then cargo test --all-features -p uucore || FAULT=1 ; fi
|
||||
# Clean to avoid to rsync back the files
|
||||
cargo clean
|
||||
if (test -n "\$FAULT"); then exit 1 ; fi
|
||||
|
|
Loading…
Reference in a new issue