Skip to content

Commit 47f7dfe

Browse files
committed
Test builds with #[cfg(dual_funding)] enabled
1 parent c5f5b92 commit 47f7dfe

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

ci/check-cfg-flags.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ def check_cfg_tag(cfg):
9696
pass
9797
elif cfg == "require_route_graph_test":
9898
pass
99+
elif cfg == "dual_funding":
100+
pass
99101
else:
100102
print("Bad cfg tag: " + cfg)
101103
assert False

ci/ci-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,3 +174,4 @@ fi
174174
echo -e "\n\nTest cfg-flag builds"
175175
RUSTFLAGS="--cfg=taproot" cargo test --verbose --color always -p lightning
176176
RUSTFLAGS="--cfg=async_signing" cargo test --verbose --color always -p lightning
177+
RUSTFLAGS="--cfg=dual_funding" cargo test --verbose --color always -p lightning

0 commit comments

Comments
 (0)