rust-lightning/ci/check-compiles.sh

8 lines
128 B
Bash
Executable File

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