rust-lightning/ci/check-compiles.sh
2020-09-15 19:24:08 -04:00

6 lines
118 B
Bash
Executable file

#!/bin/sh
set -e
set -x
echo Testing $(git log -1 --oneline)
cargo check
cd fuzz && cargo check --features=stdin_fuzz