Skip to content

Commit 10a4c3d

Browse files
committed
Test builds with #[cfg(dual_funding)] enabled
1 parent c611d6f commit 10a4c3d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ci/ci-tests.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,3 +156,8 @@ echo -e "\n\nTest Taproot builds"
156156
pushd lightning
157157
RUSTFLAGS="$RUSTFLAGS --cfg=taproot" cargo test --verbose --color always -p lightning
158158
popd
159+
160+
echo -e "\n\nTest dual-funding builds"
161+
pushd lightning
162+
RUSTFLAGS="$RUSTFLAGS --cfg=dual_funding" cargo test --verbose --color always -p lightning
163+
popd

0 commit comments

Comments
 (0)