watchexec/ci/script.sh

5 lines
98 B
Bash
Executable File

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