Include tests in golint checks, fix warnings (#2180)
This commit is contained in:
parent
31306658f1
commit
86a3a63488
9 changed files with 30 additions and 29 deletions
2
Makefile
2
Makefile
|
|
@ -159,7 +159,7 @@ e2e-image: sub-container-amd64
|
|||
.PHONY: e2e-test
|
||||
e2e-test:
|
||||
@go test -o e2e-tests -c ./test/e2e
|
||||
@KUBECONFIG=${HOME}/.kube/config INGRESSNGINXCONFIG=${HOME}/.kube/config ./e2e-tests -test.parallel 1
|
||||
@KUBECONFIG=${HOME}/.kube/config ./e2e-tests -test.parallel 1
|
||||
|
||||
.PHONY: cover
|
||||
cover:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue