We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 778c752 commit d2f8817Copy full SHA for d2f8817
ci/ci-tests.sh
@@ -38,6 +38,8 @@ for DIR in lightning lightning-invoice lightning-rapid-gossip-sync; do
38
# check that things still pass without grind_signatures
39
# note that outbound_commitment_test only runs in this mode, because of hardcoded signature values
40
cargo test --verbose --color always --no-default-features --features std
41
+ # check that compile with no-std and serde works
42
+ cargo test --verbose --color always --no-default-features --features no-std --features serde
43
# check if there is a conflict between no-std and the c_bindings cfg
44
RUSTFLAGS="--cfg=c_bindings" cargo test --verbose --color always --no-default-features --features=no-std
45
popd
0 commit comments