X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ci%2Fci-tests.sh;h=f948cc0d63e925f94b803f2738ed0475f01cbc2b;hb=746f25aed06c19b3a4d4bfb25d15b3b08ed410a0;hp=e0e66861fa98c05c7d38a5db081a6288e0323304;hpb=86531e5cebcb8307299131a8f20bdec51e5c3d09;p=rust-lightning diff --git a/ci/ci-tests.sh b/ci/ci-tests.sh index e0e66861..f948cc0d 100755 --- a/ci/ci-tests.sh +++ b/ci/ci-tests.sh @@ -87,7 +87,7 @@ fi echo -e "\n\nTest futures builds" pushd lightning-background-processor -cargo test --verbose --color always --no-default-features --features futures +cargo test --verbose --color always --features futures popd if [ "$RUSTC_MINOR_VERSION" -gt 55 ]; then