Commit 3d3879a9 authored by Geoff Simmons's avatar Geoff Simmons

More make target simplification.

parent 1ee90077
...@@ -65,8 +65,8 @@ k8s-ingress: build ...@@ -65,8 +65,8 @@ k8s-ingress: build
cmd/*.go cmd/*.go
check: build check: build
go vet ./pkg/... ./cmd/... go vet $(CODE_SUBDIRS)
golint ./pkg/... ./cmd/... golint $(CODE_SUBDIRS)
go test -v ./pkg/controller/... ./pkg/interfaces/... ./pkg/varnish/... go test -v ./pkg/controller/... ./pkg/interfaces/... ./pkg/varnish/...
test: check test: check
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment