Skip to content

Commit

Permalink
feat: OP Stack integration test - update parallel flag
Browse files Browse the repository at this point in the history
  • Loading branch information
epociask committed Jun 10, 2024
1 parent 5620c87 commit 58bae25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ test:
go test -v ./... -parallel 4

optimism-test:
OPTIMISM=true go test -timeout 50m -v ./e2e/... -deploy-config ../.devnet/devnetL1.json
OPTIMISM=true go test -timeout 1m -v ./e2e -deploy-config ../.devnet/devnetL1.json

holesky-test:
TESTNET=true go test -timeout 50m -v ./e2e -parallel
TESTNET=true go test -timeout 50m -v ./e2e -parallel 4

.PHONY: lint
lint:
Expand Down

0 comments on commit 58bae25

Please sign in to comment.