X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ci%2Fci-tests.sh;h=5d229a03f197133025bbd7e8528f0b15764c2b21;hb=56878595d7f9e81b1b3fbaec9c8d3dd352af4809;hp=7b0beb90fa9e3d59c851ec091a35b8ef53f902fa;hpb=48fa2fd17295bcada25a3ee3f2c6f88d273484ac;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