Merge pull request #696 from TheBlueMatt/2020-09-ci-check-commits
[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 cd fuzz && cargo check --features=stdin_fuzz