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

More make target simplification.

parent 1ee90077
......@@ -65,8 +65,8 @@ k8s-ingress: build
cmd/*.go
check: build
go vet ./pkg/... ./cmd/...
golint ./pkg/... ./cmd/...
go vet $(CODE_SUBDIRS)
golint $(CODE_SUBDIRS)
go test -v ./pkg/controller/... ./pkg/interfaces/... ./pkg/varnish/...
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