Run test binary over manually invoking zig test in VS Code settings
This commit is contained in:
parent
074a62807b
commit
c91630d6da
|
@ -44,7 +44,7 @@
|
|||
{
|
||||
"label": "Test",
|
||||
"type": "shell",
|
||||
"command": "zig test src/main.zig",
|
||||
"command": "$(find zig-cache -name test) src/main.zig",
|
||||
"group": {
|
||||
"kind": "test",
|
||||
"isDefault": true
|
||||
|
|
Loading…
Reference in New Issue