Skip to content

Commit c14fbb4

Browse files
authored
Merge pull request #2932 from TheBlueMatt/2023-04-ci-fix
Avoid new "out of disk space" issues in CI
2 parents f5ee8c2 + 9571988 commit c14fbb4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/ci-tests.sh

+2
Original file line numberDiff line numberDiff line change
@@ -173,5 +173,7 @@ fi
173173

174174
echo -e "\n\nTest cfg-flag builds"
175175
RUSTFLAGS="--cfg=taproot" cargo test --verbose --color always -p lightning
176+
[ "$CI_MINIMIZE_DISK_USAGE" != "" ] && cargo clean
176177
RUSTFLAGS="--cfg=async_signing" cargo test --verbose --color always -p lightning
178+
[ "$CI_MINIMIZE_DISK_USAGE" != "" ] && cargo clean
177179
RUSTFLAGS="--cfg=dual_funding" cargo test --verbose --color always -p lightning

0 commit comments

Comments
 (0)