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 799bea0 commit 9464bedCopy full SHA for 9464bed
.github/workflows/CICD.yml
@@ -1175,8 +1175,7 @@ jobs:
1175
CARGO_FEATURES_OPTION='--features=${{ matrix.job.features }}' ;
1176
for f in $(util/show-utils.sh ${CARGO_FEATURES_OPTION})
1177
do
1178
- echo "Building and testing $f"
1179
- cargo test -p "uu_$f"
+ RUSTFLAGS="-Cstrip=true -Cprefer-dynamic" cargo test -p "uu_$f" # avoid no space left by strip
1180
done
1181
1182
test_all_features:
0 commit comments