Clip clip clip

This commit is contained in:
Tony Garnock-Jones 2019-10-20 14:02:55 +01:00
parent e3b8ff02fc
commit 3830b76a95
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ watch:
run-watch:
cargo watch -c -x run
clippy-watch:
cargo watch -c -x clippy
inotifytest:
inotifytest sh -c 'reset; cargo build && RUST_BACKTRACE=1 cargo test -- --nocapture'