Remove not actually needed deps
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing

This commit is contained in:
Jan Bader 2022-04-08 20:40:43 +00:00
parent f3eb19ef91
commit 46e665efc5

View File

@ -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