From 8cdef183586a90a8f9067e5271f799a7284e2270 Mon Sep 17 00:00:00 2001 From: Simon Zolin Date: Tue, 25 Aug 2020 19:26:34 +0300 Subject: [PATCH] * make ci: exec linter --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 7e01c9ad..5a788b70 100644 --- a/Makefile +++ b/Makefile @@ -161,6 +161,7 @@ test: go test -race -v -bench=. -coverprofile=coverage.txt -covermode=atomic ./... ci: client_with_deps + $(MAKE) lint go mod download $(MAKE) test