aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index abf99945a..2b553299f 100644
--- a/Makefile
+++ b/Makefile
@@ -109,6 +109,7 @@ test: all
build/env.sh go test ./...
travis-test-with-coverage: all
+ build/env.sh go vet ./...
build/env.sh build/test-global-coverage.sh
xgo: