Skip to content

Commit d8d4fee

Browse files
committed
Fix CI breakage due to running out of disk space
1 parent 52528c7 commit d8d4fee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/ci-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ pushd lightning-tests
6363
[ "$RUSTC_MINOR_VERSION" -lt 68 ] && cargo update -p quote --precise "1.0.41" --verbose
6464
[ "$RUSTC_MINOR_VERSION" -lt 65 ] && cargo update -p regex --precise "1.9.6" --verbose
6565
cargo test
66+
[ "$CI_MINIMIZE_DISK_USAGE" != "" ] && cargo clean
6667
popd
6768

6869
echo -e "\n\nChecking and testing Block Sync Clients with features"

0 commit comments

Comments
 (0)