watchexec/ci/script.sh

5 lines
98 B
Bash
Raw Normal View History

2018-08-21 06:28:42 +02:00
#!/usr/bin/env bash
2016-10-14 04:09:34 +02:00
cargo build --target $TARGET --verbose
cargo test --target $TARGET --verbose