From 51f1354afb27a6dc95dd57dca1fd88b08deb850a Mon Sep 17 00:00:00 2001 From: Adphi Date: Fri, 5 Aug 2022 19:08:38 +0200 Subject: [PATCH] tests: split tests run Signed-off-by: Adphi --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dfb4828..dfd4002 100644 --- a/Makefile +++ b/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)" = "" ]