X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ci%2Fci-tests.sh;h=01ef631f7835e36edfbddfb02fec400b5193deed;hb=7775356c390886b6db4985e3d520b17b5b74df6e;hp=b2de8bc4af3cfc1b39710d012b9bda974746125d;hpb=31e78ff258195837abafa045c12c036528696d7f;p=rust-lightning diff --git a/ci/ci-tests.sh b/ci/ci-tests.sh index b2de8bc4..01ef631f 100755 --- a/ci/ci-tests.sh +++ b/ci/ci-tests.sh @@ -94,4 +94,6 @@ fi echo -e "\n\nTest anchors builds" pushd lightning RUSTFLAGS="$RUSTFLAGS --cfg=anchors" cargo test --verbose --color always -p lightning +echo -e "\n\nTest Taproot builds" +RUSTFLAGS="$RUSTFLAGS --cfg=anchors --cfg=taproot" cargo test --verbose --color always -p lightning popd