Skip to content

Commit 193ae94

Browse files
sylvestreoech3
authored andcommitted
build-gnu: disable date-debug test. It is dev focussed. (#10965)
1 parent 87c292f commit 193ae94

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/CICD.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1261,10 +1261,11 @@ jobs:
12611261
shell: bash
12621262
run: |
12631263
CARGO_FEATURES_OPTION='--features=${{ matrix.job.features }}' ;
1264+
# disable -p coreutils https://github.com/uutils/coreutils/issues/10861
12641265
for f in $(util/show-utils.sh ${CARGO_FEATURES_OPTION})
12651266
do
12661267
echo "Building and testing $f"
1267-
cargo test -p "uu_$f" -p coreutils --features=$f --no-default-features
1268+
cargo test -p "uu_$f" --features=$f --no-default-features
12681269
done
12691270
12701271
test_selinux:

0 commit comments

Comments
 (0)