Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
feat: try to use -p=2 to run test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshliu committed Oct 1, 2023
1 parent 98919d1 commit 3e14af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down

0 comments on commit 3e14af5

Please sign in to comment.