Skip to content

Commit 9464bed

Browse files
oech3oech3
authored andcommitted
CICD.yml: Avoid no space left
1 parent 799bea0 commit 9464bed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/CICD.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1175,8 +1175,7 @@ jobs:
11751175
CARGO_FEATURES_OPTION='--features=${{ matrix.job.features }}' ;
11761176
for f in $(util/show-utils.sh ${CARGO_FEATURES_OPTION})
11771177
do
1178-
echo "Building and testing $f"
1179-
cargo test -p "uu_$f"
1178+
RUSTFLAGS="-Cstrip=true -Cprefer-dynamic" cargo test -p "uu_$f" # avoid no space left by strip
11801179
done
11811180
11821181
test_all_features:

0 commit comments

Comments
 (0)