This commit is contained in:
Tony Garnock-Jones 2019-09-19 11:56:12 +01:00
parent 366af6be33
commit a334134079
1 changed files with 1 additions and 1 deletions

View File

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