X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ci%2Fci-tests.sh;h=d0ba7c7fe9e581292fc36816582e1884dedc7607;hb=5c7af8c6d32dd4bb2b307ba29c68667a15cb8509;hp=0dc654d8bedca04688e5cf5e8afcd248b4cc3587;hpb=d25d55a682dbd4a3c7fcbaa05744fa002e571bca;p=rust-lightning diff --git a/ci/ci-tests.sh b/ci/ci-tests.sh index 0dc654d8..d0ba7c7f 100755 --- a/ci/ci-tests.sh +++ b/ci/ci-tests.sh @@ -179,3 +179,5 @@ RUSTFLAGS="--cfg=async_signing" cargo test --verbose --color always -p lightning 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 +[ "$CI_MINIMIZE_DISK_USAGE" != "" ] && cargo clean +RUSTFLAGS="--cfg=async_payments" cargo test --verbose --color always -p lightning