Skip to content

Commit 2c685d2

Browse files
committed
Test trampoline-cfg in CI
1 parent b616559 commit 2c685d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: ci/ci-tests.sh

+2
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ RUSTFLAGS="--cfg=taproot" cargo test --verbose --color always -p lightning
131131
[ "$CI_MINIMIZE_DISK_USAGE" != "" ] && cargo clean
132132
RUSTFLAGS="--cfg=splicing" cargo test --verbose --color always -p lightning
133133
[ "$CI_MINIMIZE_DISK_USAGE" != "" ] && cargo clean
134+
RUSTFLAGS="--cfg=trampoline" cargo test --verbose --color always -p lightning
135+
[ "$CI_MINIMIZE_DISK_USAGE" != "" ] && cargo clean
134136
RUSTFLAGS="--cfg=async_payments" cargo test --verbose --color always -p lightning
135137
[ "$CI_MINIMIZE_DISK_USAGE" != "" ] && cargo clean
136138
RUSTFLAGS="--cfg=lsps1_service" cargo test --verbose --color always -p lightning-liquidity

0 commit comments

Comments
 (0)