mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
Make test should be phony
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
57b6e2ab94
commit
7918437b72
1
Makefile
1
Makefile
@ -28,6 +28,7 @@ ifndef GOMETALINTER
|
|||||||
endif
|
endif
|
||||||
gometalinter --config gometalinter.json ./...
|
gometalinter --config gometalinter.json ./...
|
||||||
|
|
||||||
|
.PHONY: test
|
||||||
test: dist/moby
|
test: dist/moby
|
||||||
@go test $(shell go list ./... | grep -vE '/vendor/')
|
@go test $(shell go list ./... | grep -vE '/vendor/')
|
||||||
# test build
|
# test build
|
||||||
|
Loading…
Reference in New Issue
Block a user