mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-07 06:26:18 +00:00
Remove check-vendor from make check
I suspect there are some false negatives in this one.
This commit is contained in:
parent
d6818f2381
commit
7935541087
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -38,7 +38,7 @@ gitinfo: hugo # Deprecated: use "hugo" target
|
||||||
install-gitinfo: install # Deprecated: use "install" target
|
install-gitinfo: install # Deprecated: use "install" target
|
||||||
no-git-info: hugo-no-gitinfo # Deprecated: use "hugo-no-gitinfo" 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
|
test386: ## Run tests in 32-bit mode
|
||||||
GOARCH=386 govendor test +local
|
GOARCH=386 govendor test +local
|
||||||
|
|
Loading…
Add table
Reference in a new issue