Fix outstanding problems with CI pipeline and codebase state #3

Merged
kayomn merged 9 commits from ci-updates into main 2022-10-04 00:11:33 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c91630d6da - Show all commits

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