tests: split tests run

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
Adphi 2022-08-05 19:08:38 +02:00
parent d2d378ec11
commit 8b098731d2
Signed by: adphi
GPG Key ID: 46BE4062DB2397FF
1 changed files with 1 additions and 1 deletions

View File

@ -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)" = "" ]