Skip to content

Commit cbb62a4

Browse files
authored
CICD.yml: Avoid no space left
1 parent 799bea0 commit cbb62a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CICD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1171,11 +1171,11 @@ jobs:
11711171
- uses: Swatinem/rust-cache@v2
11721172
- name: build and test all programs individually
11731173
shell: bash
1174+
env: RUSTFLAGS="-Cstrip=true" # avoid no space left
11741175
run: |
11751176
CARGO_FEATURES_OPTION='--features=${{ matrix.job.features }}' ;
11761177
for f in $(util/show-utils.sh ${CARGO_FEATURES_OPTION})
11771178
do
1178-
echo "Building and testing $f"
11791179
cargo test -p "uu_$f"
11801180
done
11811181

0 commit comments

Comments
 (0)