mirror of
https://github.com/linka-cloud/d2vm.git
synced 2025-03-21 12:20:49 +00:00
tests: split tests run
Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
parent
d2d378ec11
commit
8b098731d2
2
Makefile
2
Makefile
@ -62,7 +62,7 @@ docker-run:
|
||||
.PHONY: tests
|
||||
tests:
|
||||
@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:
|
||||
@[ "$(gofmt -l $(find . -name '*.go') 2>&1)" = "" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user