Fix deserialization of u16 arrays
[rust-lightning] / ci / ci-tests.sh
index b2de8bc4af3cfc1b39710d012b9bda974746125d..01ef631f7835e36edfbddfb02fec400b5193deed 100755 (executable)
@@ -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