[build] add a test target

This commit adds a target for running `go test`.
This commit is contained in:
Solly Ross 2017-06-26 16:22:57 -04:00
parent 91bc1dcd71
commit 88b3531ef5

View file

@ -51,3 +51,6 @@ push: ./manifest-tool $(addprefix push-,$(ALL_ARCH))
vendor: glide.lock
glide install -v
test: vendor
CGO_ENABLED=0 go test ./pkg/...