Skip to content

Commit 36bf817

Browse files
committed
Actually test futures builds
Currently the BP `futures` tests rely on `std`. In order to actually have them run, we should enable `std`, i.e., remove `--no-default-features`.
1 parent 0d59417 commit 36bf817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/ci-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ fi
8686

8787
echo -e "\n\nTest futures builds"
8888
pushd lightning-background-processor
89-
cargo test --verbose --color always --no-default-features --features futures
89+
cargo test --verbose --color always --features futures
9090
popd
9191

9292
if [ "$RUSTC_MINOR_VERSION" -gt 55 ]; then

0 commit comments

Comments
 (0)