We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cfg(async_payments)
1 parent 05f2848 commit 2d7a53fCopy full SHA for 2d7a53f
ci/ci-tests.sh
@@ -141,8 +141,6 @@ fi
141
echo -e "\n\nTest cfg-flag builds"
142
RUSTFLAGS="--cfg=taproot" cargo test --verbose --color always -p lightning
143
[ "$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
146
RUSTFLAGS="--cfg=simple_close" cargo test --verbose --color always -p lightning
147
148
RUSTFLAGS="--cfg=lsps1_service" cargo test --verbose --color always -p lightning-liquidity
0 commit comments