From b138e2b1f8fbb0c328d6beab07b08f68f5b9cfb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 1 Jun 2021 09:10:10 +0300 Subject: [PATCH] go vet comes first, it's faster. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d1f3aab..abffe4d 100644 --- a/Makefile +++ b/Makefile @@ -10,8 +10,8 @@ test: .PHONY: lint lint: - $(GOBIN)staticcheck -f stylish ./... go vet ./... + $(GOBIN)staticcheck -f stylish ./... .INTERMEDIATE: coverage.out coverage.out: $(GODEPS)