Skip to content

Commit d5bd25c

Browse files
committed
Test anchors build in CI
1 parent 6f2e01c commit d5bd25c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ci/ci-tests.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,9 @@ if [ "$RUSTC_MINOR_VERSION" -gt 55 ]; then
8989
cargo test --verbose --color always
9090
popd
9191
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

Comments
 (0)