summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2019-09-20 10:30:45 +0200
committerValentin Rothberg <rothberg@redhat.com>2019-09-20 10:30:45 +0200
commitfe0942f5f6af95cee38f0ac48d075ffca3bcb157 (patch)
tree5ce5567f69ed89042cc345a27c1bc5514796fc4f
parentf749fe0e496a82037a8e0b023ab947393220a522 (diff)
make lint: include tests
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 \