summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-04-19 18:12:01 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-04-19 18:12:01 +0200
commit793554108763c0984f1a1b1a6ee5744b560d78d0 (patch)
treea02b03bb985d37cea365552699001e2a8155b11b /Makefile
parentd6818f238102a8ca9030f162d6294f82a3aaa618 (diff)
Remove check-vendor from make check
I suspect there are some false negatives in this one.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9769e28a2..ed2092b53 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ gitinfo: hugo # Deprecated: use "hugo" target
install-gitinfo: install # Deprecated: use "install" target
no-git-info: hugo-no-gitinfo # Deprecated: use "hugo-no-gitinfo" target
-check: test-race test386 fmt vet check-vendor ## Run tests and linters
+check: test-race test386 fmt vet ## Run tests and linters
test386: ## Run tests in 32-bit mode
GOARCH=386 govendor test +local