From 3e14af53722c63626e8e2e9dd6e3452516cd61fa Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 1 Oct 2023 16:26:25 +0800 Subject: [PATCH] feat: try to use -p=2 to run test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7ba109e07..b90567ee9 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ lint: test: docker pull ghcr.io/foundry-rs/foundry:latest \ && docker pull gcr.io/evmchain/taiko-geth:taiko \ - && go test ./... -coverprofile=coverage.out -covermode=atomic -timeout=300s + && go test -p 2 ./... -coverprofile=coverage.out -covermode=atomic -timeout=300s dev_net: @TAIKO_MONO_DIR=${TAIKO_MONO_DIR} \