We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac1f119 commit 228212fCopy full SHA for 228212f
ci/check-cfg-flags.py
@@ -92,6 +92,8 @@ def check_cfg_tag(cfg):
92
pass
93
elif cfg == "require_route_graph_test":
94
95
+ elif cfg == "dual_funding":
96
+ pass
97
else:
98
print("Bad cfg tag: " + cfg)
99
assert False
ci/ci-tests.sh
@@ -176,3 +176,4 @@ fi
176
echo -e "\n\nTest cfg-flag builds"
177
RUSTFLAGS="--cfg=taproot" cargo test --verbose --color always -p lightning
178
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