Add CI test for compile no-std serde lightning-invoice
authorbenthecarman <benthecarman@live.com>
Sun, 16 Apr 2023 18:17:22 +0000 (13:17 -0500)
committerbenthecarman <benthecarman@live.com>
Sun, 16 Apr 2023 18:44:14 +0000 (13:44 -0500)
ci/ci-tests.sh

index 01ef631f7835e36edfbddfb02fec400b5193deed..7dad1436e989136ff55dcfd06408329b99059266 100755 (executable)
@@ -42,6 +42,11 @@ for DIR in lightning lightning-invoice lightning-rapid-gossip-sync; do
        RUSTFLAGS="--cfg=c_bindings" cargo test --verbose --color always --no-default-features --features=no-std
        popd
 done
+# This one only works for lightning-invoice
+pushd lightning-invoice
+# check that compile with no-std and serde works in lightning-invoice
+cargo test --verbose --color always --no-default-features --features no-std --features serde
+popd
 
 echo -e "\n\nTesting no-std build on a downstream no-std crate"
 # check no-std compatibility across dependencies