aboutsummaryrefslogtreecommitdiff
path: root/watch
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2022-06-11 18:15:38 +0200
committerGabriel A. Giovanini <mail@gabrielgio.me>2022-06-11 18:15:38 +0200
commit6a31a30b98f7febe9ac0db74211ef074aefc7ad3 (patch)
tree9ce8694f0f37efcc5b1eb72d9e2d26731ad7ec6a /watch
parent96c2cbe1850f95806cccb6f47a7739eb9c2ac860 (diff)
downloadmacroblog.rs-6a31a30b98f7febe9ac0db74211ef074aefc7ad3.tar.gz
macroblog.rs-6a31a30b98f7febe9ac0db74211ef074aefc7ad3.tar.bz2
macroblog.rs-6a31a30b98f7febe9ac0db74211ef074aefc7ad3.zip
feat: Add project tab
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