This commit is contained in:
Tony Garnock-Jones 2019-09-19 21:34:40 +01:00
parent 9af8ca8e97
commit 116b37a24f
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# cargo install cargo-watch
watch:
cargo watch -x check -x 'test -- --nocapture'
cargo watch -c -x check -x 'test -- --nocapture'
inotifytest:
inotifytest sh -c 'reset; cargo build && RUST_BACKTRACE=1 cargo test -- --nocapture'