Skip to content

Commit 157dd8c

Browse files
committed
Re-add dual_funding cfg-flag build & test
1 parent 96ed570 commit 157dd8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/ci-tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,5 @@ RUSTFLAGS="--cfg=taproot" cargo test --verbose --color always -p lightning
132132
RUSTFLAGS="--cfg=splicing" cargo test --verbose --color always -p lightning
133133
[ "$CI_MINIMIZE_DISK_USAGE" != "" ] && cargo clean
134134
RUSTFLAGS="--cfg=async_payments" cargo test --verbose --color always -p lightning
135+
[ "$CI_MINIMIZE_DISK_USAGE" != "" ] && cargo clean
136+
RUSTFLAGS="--cfg=dual_funding" cargo test --verbose --color always -p lightning

0 commit comments

Comments
 (0)