mirror of https://github.com/docker/docs.git
add testall rule
This commit is contained in:
parent
5dcab2d361
commit
2d6a49215c
3
Makefile
3
Makefile
|
@ -72,6 +72,9 @@ else ifneq ($(DOCKER_DIR), $(realpath $(DOCKER_DIR)))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
test: all
|
test: all
|
||||||
|
@(cd $(DOCKER_DIR); sudo -E go test $(GO_OPTIONS))
|
||||||
|
|
||||||
|
testall: all
|
||||||
@(cd $(DOCKER_DIR); sudo -E go test ./... $(GO_OPTIONS))
|
@(cd $(DOCKER_DIR); sudo -E go test ./... $(GO_OPTIONS))
|
||||||
|
|
||||||
fmt:
|
fmt:
|
||||||
|
|
Loading…
Reference in New Issue