mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-01-19 05:43:55 +01:00
8 lines
128 B
Bash
Executable File
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
|