Skip to content

Commit 228212f

Browse files
committed
Test builds with #[cfg(dual_funding)] enabled
1 parent ac1f119 commit 228212f

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
@@ -92,6 +92,8 @@ def check_cfg_tag(cfg):
9292
pass
9393
elif cfg == "require_route_graph_test":
9494
pass
95+
elif cfg == "dual_funding":
96+
pass
9597
else:
9698
print("Bad cfg tag: " + cfg)
9799
assert False

ci/ci-tests.sh

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

0 commit comments

Comments
 (0)