diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 65af260d5ce..4a8985e1067 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -1264,7 +1264,7 @@ jobs: for f in $(util/show-utils.sh ${CARGO_FEATURES_OPTION}) do echo "Building and testing $f" - cargo test -p "uu_$f" -p coreutils --features=$f --no-default-features + cargo test -p "uu_$f" --features=$f --no-default-features done test_selinux: