mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
add testall rule
Upstream-commit: 2d6a49215c15e7649f8b041e5a04e75b4d360c94 Component: engine
This commit is contained in:
@@ -72,6 +72,9 @@ else ifneq ($(DOCKER_DIR), $(realpath $(DOCKER_DIR)))
|
||||
endif
|
||||
|
||||
test: all
|
||||
@(cd $(DOCKER_DIR); sudo -E go test $(GO_OPTIONS))
|
||||
|
||||
testall: all
|
||||
@(cd $(DOCKER_DIR); sudo -E go test ./... $(GO_OPTIONS))
|
||||
|
||||
fmt:
|
||||
|
||||
Reference in New Issue
Block a user