Make test should be phony

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2018-01-17 12:02:32 +00:00
parent 57b6e2ab94
commit 7918437b72

View File

@ -28,6 +28,7 @@ ifndef GOMETALINTER
endif
gometalinter --config gometalinter.json ./...
.PHONY: test
test: dist/moby
@go test $(shell go list ./... | grep -vE '/vendor/')
# test build