From dfbd1a8dbf5972f03e0d05c1430d2695fbe21ef0 Mon Sep 17 00:00:00 2001 From: Biswajee Date: Sun, 9 Jan 2022 11:37:07 +0530 Subject: [PATCH] all includes setup to install golint,goveralls --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e7fb1b2..f8b3fc4 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -.PHONYthub.com/mattn/goveralls: all -all: build test coverage +.PHONY: all +all: setup build test coverage ALL_PACKAGES=$(shell go list ./... | grep -v "vendor")