mirror of
https://github.com/linka-cloud/d2vm.git
synced 2024-11-26 01:26:25 +00:00
tests: split tests run
Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
parent
a99983b8cd
commit
51f1354afb
2
Makefile
2
Makefile
@ -62,7 +62,7 @@ docker-run:
|
|||||||
.PHONY: tests
|
.PHONY: tests
|
||||||
tests:
|
tests:
|
||||||
@go generate ./...
|
@go generate ./...
|
||||||
@go test -exec sudo -count=1 -timeout 20m -v ./...
|
@go list ./...| xargs go test -exec sudo -count=1 -timeout 20m -v
|
||||||
|
|
||||||
check-fmt:
|
check-fmt:
|
||||||
@[ "$(gofmt -l $(find . -name '*.go') 2>&1)" = "" ]
|
@[ "$(gofmt -l $(find . -name '*.go') 2>&1)" = "" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user