s0-meter/auto_test.sh

7 lines
143 B
Bash
Raw Normal View History

2021-02-11 15:05:10 +01:00
#!/bin/bash
# Start test if one of the files was modified
cargo install cargo-watch
RUST_BACKTRACE=full cargo watch -x "test -- --nocapture"