removed short flag from test task since no tests use it

This commit is contained in:
W Anders
2024-05-21 13:11:23 -06:00
parent a9f1df8056
commit 77cd797a0a
-1
View File
@@ -34,7 +34,6 @@
"command": "go", "command": "go",
"args": [ "args": [
"test", "test",
"-short",
"-coverprofile=${workspaceFolder}/coverage.out", "-coverprofile=${workspaceFolder}/coverage.out",
"./..." "./..."
], ],