Run test binary over manually invoking zig test in VS Code settings

This commit is contained in:
kayomn 2022-10-03 23:04:57 +01:00
parent 074a62807b
commit c91630d6da
1 changed files with 1 additions and 1 deletions

2
.vscode/tasks.json vendored
View File

@ -44,7 +44,7 @@
{ {
"label": "Test", "label": "Test",
"type": "shell", "type": "shell",
"command": "zig test src/main.zig", "command": "$(find zig-cache -name test) src/main.zig",
"group": { "group": {
"kind": "test", "kind": "test",
"isDefault": true "isDefault": true