We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 778c752 commit 36f610cCopy full SHA for 36f610c
ci/ci-tests.sh
@@ -42,6 +42,11 @@ for DIR in lightning lightning-invoice lightning-rapid-gossip-sync; do
42
RUSTFLAGS="--cfg=c_bindings" cargo test --verbose --color always --no-default-features --features=no-std
43
popd
44
done
45
+# This one only works for lightning-invoice
46
+pushd lightning-invoice
47
+# check that compile with no-std and serde works in lightning-invoice
48
+cargo test --verbose --color always --no-default-features --features no-std --features serde
49
+popd
50
51
echo -e "\n\nTesting no-std build on a downstream no-std crate"
52
# check no-std compatibility across dependencies
0 commit comments