Check each commit at least builds in CI
[rust-lightning] / ci / check-compiles.sh
diff --git a/ci/check-compiles.sh b/ci/check-compiles.sh
new file mode 100755 (executable)
index 0000000..177765f
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+set -e
+set -x
+echo Testing $(git log -1 --oneline)
+cargo check
+cd fuzz && cargo check --features=stdin_fuzz