We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f2e01c commit d5bd25cCopy full SHA for d5bd25c
1 file changed
ci/ci-tests.sh
@@ -89,3 +89,9 @@ if [ "$RUSTC_MINOR_VERSION" -gt 55 ]; then
89
cargo test --verbose --color always
90
popd
91
fi
92
+
93
+echo -e "\n\nTest anchors builds"
94
+pushd lightning
95
+RUSTFLAGS="$RUSTFLAGS --cfg=anchors" cargo test --verbose --color always -p lightning
96
+RUSTDOCFLAGS="--cfg=anchors" cargo doc --release
97
+popd
0 commit comments