Rename no_std feature to no-std
[rust-lightning] / ci / check-compiles.sh
1 #!/bin/sh
2 set -e
3 set -x
4 echo Testing $(git log -1 --oneline)
5 cargo check
6 cargo doc
7 cargo doc --document-private-items
8 cd fuzz && cargo check --features=stdin_fuzz
9 cd ../lightning && cargo check --no-default-features --features=no-std