projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6818f2
)
Remove check-vendor from make check
author
Bjørn Erik Pedersen
<bjorn.erik.pedersen@gmail.com>
Wed, 19 Apr 2017 16:12:01 +0000
(18:12 +0200)
committer
Bjørn Erik Pedersen
<bjorn.erik.pedersen@gmail.com>
Wed, 19 Apr 2017 16:12:01 +0000
(18:12 +0200)
I suspect there are some false negatives in this one.
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 9769e28a2c05feeb65a20b1c90f8c78847de2a0e..ed2092b5396b69902e8e6e34b2c40941c1e3d6bf 100644
(file)
--- 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