Skip to content

Commit 2d7a53f

Browse files
committed
Drop cfg(async_payments) from tests
We previously dropped `cfg(async_payments)` but didn't drop the actual `cargo test` call from our CI. Here we do that.
1 parent 05f2848 commit 2d7a53f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ci/ci-tests.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,6 @@ fi
141141
echo -e "\n\nTest cfg-flag builds"
142142
RUSTFLAGS="--cfg=taproot" cargo test --verbose --color always -p lightning
143143
[ "$CI_MINIMIZE_DISK_USAGE" != "" ] && cargo clean
144-
RUSTFLAGS="--cfg=async_payments" cargo test --verbose --color always -p lightning
145-
[ "$CI_MINIMIZE_DISK_USAGE" != "" ] && cargo clean
146144
RUSTFLAGS="--cfg=simple_close" cargo test --verbose --color always -p lightning
147145
[ "$CI_MINIMIZE_DISK_USAGE" != "" ] && cargo clean
148146
RUSTFLAGS="--cfg=lsps1_service" cargo test --verbose --color always -p lightning-liquidity

0 commit comments

Comments
 (0)