* make ci: exec linter

This commit is contained in:
Simon Zolin 2020-08-25 19:26:34 +03:00
parent 9634ef9c03
commit 8cdef18358
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@ test:
go test -race -v -bench=. -coverprofile=coverage.txt -covermode=atomic ./... go test -race -v -bench=. -coverprofile=coverage.txt -covermode=atomic ./...
ci: client_with_deps ci: client_with_deps
$(MAKE) lint
go mod download go mod download
$(MAKE) test $(MAKE) test