Clip clip clip

This commit is contained in:
Tony Garnock-Jones 2019-10-20 13:57:10 +01:00
parent 488bfdc59c
commit 91f48d08f9
1 changed files with 3 additions and 0 deletions

View File

@ -2,5 +2,8 @@
watch:
cargo watch -c -x check -x 'test -- --nocapture'
clippy-watch:
cargo watch -c -x clippy
inotifytest:
inotifytest sh -c 'reset; cargo build && RUST_BACKTRACE=1 cargo test -- --nocapture'