From 46e665efc56b75b8026299d046508a548f2af58c Mon Sep 17 00:00:00 2001 From: Jan Bader Date: Fri, 8 Apr 2022 20:40:43 +0000 Subject: [PATCH] Remove not actually needed deps --- Taskfile.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Taskfile.yml b/Taskfile.yml index f8a2095..f64d57a 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -53,7 +53,6 @@ tasks: - go fmt go-lint: - deps: [frontend] cmds: - golangci-lint run @@ -79,7 +78,6 @@ tasks: cover: desc: Run test and analyze coverage - deps: [frontend] cmds: - go test ./... -coverprofile=coverage.out -covermode=atomic - go tool cover -html=coverage.out -o=coverage.html