From fe0942f5f6af95cee38f0ac48d075ffca3bcb157 Mon Sep 17 00:00:00 2001
From: Valentin Rothberg <rothberg@redhat.com>
Date: Fri, 20 Sep 2019 10:30:45 +0200
Subject: [PATCH] make lint: include tests

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index ed2557f..7243cef 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ binaries:
 install.tools: .install.gitvalidation .install.ginkgo .install.golangci-lint
 
 lint: .install.golangci-lint
-	$(GOBIN)/golangci-lint run --tests=false
+	$(GOBIN)/golangci-lint run
 
 define go-get
 	env GO111MODULE=off \
-- 
GitLab