We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87c292f commit 193ae94Copy full SHA for 193ae94
1 file changed
.github/workflows/CICD.yml
@@ -1261,10 +1261,11 @@ jobs:
1261
shell: bash
1262
run: |
1263
CARGO_FEATURES_OPTION='--features=${{ matrix.job.features }}' ;
1264
+ # disable -p coreutils https://github.com/uutils/coreutils/issues/10861
1265
for f in $(util/show-utils.sh ${CARGO_FEATURES_OPTION})
1266
do
1267
echo "Building and testing $f"
- cargo test -p "uu_$f" -p coreutils --features=$f --no-default-features
1268
+ cargo test -p "uu_$f" --features=$f --no-default-features
1269
done
1270
1271
test_selinux:
0 commit comments