diff --git a/Makefile b/Makefile index f43fc322..969964a5 100644 --- a/Makefile +++ b/Makefile @@ -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/...