feat(gs/home): Add alias to cargo test and watch

Change-Id: I6f2c7dfaa8cc9da9ca4c602b521a27ed3fecd6da
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2363
Tested-by: BuildkiteCI
Reviewed-by: glittershark <grfn@gws.fyi>
This commit is contained in:
Griffin Smith 2021-01-13 10:17:23 -05:00 committed by glittershark
parent bbea618a98
commit 0f75042fea

View file

@ -14,6 +14,7 @@
"cg" = "cargo";
"cb" = "cargo build";
"ct" = "cargo test";
"ctw" = "fd -e rs | entr cargo test";
};
home.file.".cargo/config".text = ''