From d77de7c3cf83bc169aee0a80a687f3a47d578e6e Mon Sep 17 00:00:00 2001 From: Dusan Malusev Date: Tue, 23 Apr 2024 19:14:16 +0200 Subject: [PATCH] update mod Signed-off-by: Dusan Malusev --- Taskfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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