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