Files
rojo/bin/run-cli-tests.sh
2019-10-01 18:07:32 -07:00

9 lines
153 B
Bash
Executable File

#!/bin/sh
set -e
cargo test --all --locked
cargo fmt -- --check
touch src/lib.rs # Nudge Rust source to make Clippy actually check things
cargo clippy