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 395a29d commit 6e45d17Copy full SHA for 6e45d17
ci/check-cfg-flags.py
@@ -94,6 +94,8 @@ def check_cfg_tag(cfg):
94
pass
95
elif cfg == "require_route_graph_test":
96
97
+ elif cfg == "dual_funding":
98
+ pass
99
else:
100
print("Bad cfg tag: " + cfg)
101
assert False
ci/ci-tests.sh
@@ -174,3 +174,4 @@ fi
174
echo -e "\n\nTest cfg-flag builds"
175
RUSTFLAGS="--cfg=taproot" cargo test --verbose --color always -p lightning
176
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