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}}
Andrey Nering created
Taskfile.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -19,4 +19,4 @@ tasks:
test:
desc: Run tests for all packages
cmds:
- - go test ./... {{.CLI_ARGS}}
+ - go test ./... -count=1 {{.CLI_ARGS}}