diff --git a/Makefile b/Makefile index ef7e7a4..5498f3a 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,9 @@ watch: cargo watch -c -x check -x 'test -- --nocapture' +run-watch: + cargo watch -c -x run + inotifytest: inotifytest sh -c 'reset; cargo build && RUST_BACKTRACE=1 cargo test -- --nocapture'