Remove check-vendor from make check

I suspect there are some false negatives in this one.
This commit is contained in:
Bjørn Erik Pedersen 2017-04-19 18:12:01 +02:00
parent d6818f2381
commit 7935541087

View file

@ -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