45ade5c6a1e1d321f3205f0372d9e548af268bbe
[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 cd fuzz && cargo check --features=stdin_fuzz