watchexec/ci/script.sh
2018-08-21 16:28:42 +12:00

5 lines
98 B
Bash
Executable File

#!/usr/bin/env bash
cargo build --target $TARGET --verbose
cargo test --target $TARGET --verbose