Files
rojo/bin/run-tests.sh
2019-08-27 16:06:30 -07:00

7 lines
83 B
Bash
Executable File

#!/bin/sh
set -ev
cargo test --locked --verbose
cargo fmt -- --check
cargo clippy