rust-lightning/ci/check-compiles.sh
2021-06-18 21:54:21 +00:00

10 lines
234 B
Bash
Executable File

#!/bin/sh
set -e
set -x
echo Testing $(git log -1 --oneline)
cargo check
cargo doc
cargo doc --document-private-items
cd fuzz && cargo check --features=stdin_fuzz
cd ../lightning && cargo check --no-default-features --features=no_std