mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
gofmt and test sub directories in makefile
This commit is contained in:
parent
0ae778c881
commit
5dcab2d361
4 changed files with 13 additions and 13 deletions
2
Makefile
2
Makefile
|
@ -72,7 +72,7 @@ else ifneq ($(DOCKER_DIR), $(realpath $(DOCKER_DIR)))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
test: all
|
test: all
|
||||||
@(cd $(DOCKER_DIR); sudo -E go test $(GO_OPTIONS))
|
@(cd $(DOCKER_DIR); sudo -E go test ./... $(GO_OPTIONS))
|
||||||
|
|
||||||
fmt:
|
fmt:
|
||||||
@gofmt -s -l -w .
|
@gofmt -s -l -w .
|
||||||
|
|
Loading…
Add table
Reference in a new issue