feat: Add cargo t for nextest alias

This commit is contained in:
Uttarayan Mondal
2024-06-05 21:38:16 +05:30
parent 944fb45c7d
commit a52805097a

View File

@@ -349,6 +349,7 @@ in {
'' ''
[alias] [alias]
lldb = ["with", "rust-lldb", "--"] lldb = ["with", "rust-lldb", "--"]
t = ["nextest", "run"]
[net] [net]
git-fetch-with-cli = true git-fetch-with-cli = true