Skip to content

Commit d2f8817

Browse files
committed
Add CI test
1 parent 778c752 commit d2f8817

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/ci-tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ for DIR in lightning lightning-invoice lightning-rapid-gossip-sync; do
3838
# check that things still pass without grind_signatures
3939
# note that outbound_commitment_test only runs in this mode, because of hardcoded signature values
4040
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
4143
# check if there is a conflict between no-std and the c_bindings cfg
4244
RUSTFLAGS="--cfg=c_bindings" cargo test --verbose --color always --no-default-features --features=no-std
4345
popd

0 commit comments

Comments
 (0)