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:
parent
bbea618a98
commit
0f75042fea
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
"cg" = "cargo";
|
||||
"cb" = "cargo build";
|
||||
"ct" = "cargo test";
|
||||
"ctw" = "fd -e rs | entr cargo test";
|
||||
};
|
||||
|
||||
home.file.".cargo/config".text = ''
|
||||
|
|
Loading…
Reference in a new issue