aboutsummaryrefslogtreecommitdiff
path: root/watch
diff options
context:
space:
mode:
Diffstat (limited to 'watch')
-rwxr-xr-xwatch5
1 files changed, 4 insertions, 1 deletions
diff --git a/watch b/watch
index a9a0dba..5b17a42 100755
--- a/watch
+++ b/watch
@@ -4,7 +4,10 @@ case $1 in
actix)
cargo watch -x "run --bin actix"
;;
- *)
+ hyper)
cargo watch -x "run --bin hyper"
;;
+ *)
+ cargo watch -x "test"
+ ;;
esac