diff --git a/Taskfile.yml b/Taskfile.yml index 7246197..3807988 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -40,4 +40,4 @@ tasks: cmds: - go test -covermode=atomic -race -coverprofile=coverage.txt -timeout 5m -json -v ./... | gotestfmt -showteststatus env: - GOMAXPROCS: 4 + GOMAXPROCS: 4 \ No newline at end of file