We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b616559 commit 2c685d2Copy full SHA for 2c685d2
ci/ci-tests.sh
@@ -131,6 +131,8 @@ RUSTFLAGS="--cfg=taproot" cargo test --verbose --color always -p lightning
131
[ "$CI_MINIMIZE_DISK_USAGE" != "" ] && cargo clean
132
RUSTFLAGS="--cfg=splicing" cargo test --verbose --color always -p lightning
133
134
+RUSTFLAGS="--cfg=trampoline" cargo test --verbose --color always -p lightning
135
+[ "$CI_MINIMIZE_DISK_USAGE" != "" ] && cargo clean
136
RUSTFLAGS="--cfg=async_payments" cargo test --verbose --color always -p lightning
137
138
RUSTFLAGS="--cfg=lsps1_service" cargo test --verbose --color always -p lightning-liquidity
0 commit comments