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} \