diff options
Diffstat (limited to 'watch')
-rwxr-xr-x | watch | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |