diff --git a/Taskfile.yaml b/Taskfile.yaml index cd98cbdf4cb3ce942d2a9fffe4869270f03f0420..992bafd42e556f1c2bbd2dffda81f4b1c4e564fe 100644 --- a/Taskfile.yaml +++ b/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}}