Commit f4466945 authored by Geoff Simmons's avatar Geoff Simmons

Remove a package that has no test code from the check/test target.

parent 540a36ce
......@@ -70,7 +70,7 @@ k8s-ingress: vikingctrl
check: build
go vet $(CODE_SUBDIRS)
golint $(CODE_SUBDIRS)
go test -v ./pkg/controller/... ./pkg/interfaces/... ./pkg/varnish/...
go test -v ./pkg/controller/... ./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