X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ci%2Fci-tests.sh;h=5d229a03f197133025bbd7e8528f0b15764c2b21;hb=2166c8a2c46f9a8c50c3dd909fc47a9558a8355b;hp=7b0beb90fa9e3d59c851ec091a35b8ef53f902fa;hpb=6558b510cf2cd2c697dfa4b09a59f07947254ba4;p=rust-lightning diff --git a/ci/ci-tests.sh b/ci/ci-tests.sh index 7b0beb90..5d229a03 100755 --- a/ci/ci-tests.sh +++ b/ci/ci-tests.sh @@ -89,3 +89,8 @@ if [ "$RUSTC_MINOR_VERSION" -gt 55 ]; then cargo test --verbose --color always popd fi + +echo -e "\n\nTest anchors builds" +pushd lightning +RUSTFLAGS="$RUSTFLAGS --cfg=anchors" cargo test --verbose --color always -p lightning +popd