From 7918437b72f60c0961ac610fdff610db51f4522d Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Wed, 17 Jan 2018 12:02:32 +0000 Subject: [PATCH] Make test should be phony Signed-off-by: Justin Cormack --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 064417705..2e9b862da 100644 --- a/Makefile +++ b/Makefile @@ -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