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

Commit

Permalink
feat: do not limit -p flag
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshliu committed Oct 1, 2023
1 parent cc8ff01 commit 89c1497
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 -p 1 ./... -coverprofile=coverage.out -covermode=atomic -timeout=300s
&& go test ./... -coverprofile=coverage.out -covermode=atomic -timeout=300s

dev_net:
@TAIKO_MONO_DIR=${TAIKO_MONO_DIR} \
Expand Down

0 comments on commit 89c1497

Please sign in to comment.