chore(taskfile): disable cache when running tests

Andrey Nering created

Change summary

Taskfile.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

Taskfile.yaml 🔗

@@ -19,4 +19,4 @@ tasks:
   test:
     desc: Run tests for all packages
     cmds:
-      - go test ./... {{.CLI_ARGS}}
+      - go test ./... -count=1 {{.CLI_ARGS}}