X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ci%2Fci-tests.sh;h=0dc654d8bedca04688e5cf5e8afcd248b4cc3587;hb=6ee8d81a58862e94efac1778359e37be567598a5;hp=59acb833f1f2d4fe5d7b35a03ef835bb1f682e85;hpb=47f7dfe9ee41deaf12468674e0aa4b2a793cc981;p=rust-lightning diff --git a/ci/ci-tests.sh b/ci/ci-tests.sh index 59acb833..0dc654d8 100755 --- a/ci/ci-tests.sh +++ b/ci/ci-tests.sh @@ -173,5 +173,9 @@ fi echo -e "\n\nTest cfg-flag builds" RUSTFLAGS="--cfg=taproot" cargo test --verbose --color always -p lightning +[ "$CI_MINIMIZE_DISK_USAGE" != "" ] && cargo clean RUSTFLAGS="--cfg=async_signing" cargo test --verbose --color always -p lightning +[ "$CI_MINIMIZE_DISK_USAGE" != "" ] && cargo clean RUSTFLAGS="--cfg=dual_funding" cargo test --verbose --color always -p lightning +[ "$CI_MINIMIZE_DISK_USAGE" != "" ] && cargo clean +RUSTFLAGS="--cfg=splicing" cargo test --verbose --color always -p lightning