Skip to content

Commit 6e45d17

Browse files
committed
Test builds with #[cfg(dual_funding)] enabled
1 parent 395a29d commit 6e45d17

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
@@ -94,6 +94,8 @@ def check_cfg_tag(cfg):
9494
pass
9595
elif cfg == "require_route_graph_test":
9696
pass
97+
elif cfg == "dual_funding":
98+
pass
9799
else:
98100
print("Bad cfg tag: " + cfg)
99101
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)