s0-meter/auto_test.sh
2021-02-11 15:05:10 +01:00

6 lines
143 B
Bash
Executable file

#!/bin/bash
# Start test if one of the files was modified
cargo install cargo-watch
RUST_BACKTRACE=full cargo watch -x "test -- --nocapture"