diff options
Diffstat (limited to '.vscode/tasks.json')
| -rw-r--r-- | .vscode/tasks.json | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json index ce32955..bd57b38 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -258,7 +258,16 @@ "--pause" ], "group": "build" - } + }, + { + "label": "🛠tests", + "type": "shell", + "command": "cargo", + "args": [ + "test" + ], + "group": "build" + }, ] ] }
\ No newline at end of file |
