From: Bjørn Erik Pedersen Date: Wed, 19 Apr 2017 16:12:01 +0000 (+0200) Subject: Remove check-vendor from make check X-Git-Tag: v0.20.4~15 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=79355410;p=brevno-suite%2Fhugo Remove check-vendor from make check I suspect there are some false negatives in this one. --- diff --git a/Makefile b/Makefile index 9769e28a..ed2092b5 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