Merge pull request #2199 from tnull/2023-04-fix-async-event-processing
[rust-lightning] / ci / ci-tests.sh
index e0e66861fa98c05c7d38a5db081a6288e0323304..f948cc0d63e925f94b803f2738ed0475f01cbc2b 100755 (executable)
@@ -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