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

Commit

Permalink
[epociask/issue-160-slack-fix] testing parallel limit one
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethen Pociask committed Oct 25, 2023
1 parent e81b7ab commit dc7d3f5
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 @@ -31,7 +31,7 @@ test:

.PHONY: test-e2e
e2e-test:
@ go test ./e2e/... -timeout $(TEST_LIMIT) -deploy-config ../.devnet/devnetL1.json -parallel=2 -v
@ go test ./e2e/... -timeout $(TEST_LIMIT) -deploy-config ../.devnet/devnetL1.json -parallel=1 -v

.PHONY: lint
lint:
Expand Down Expand Up @@ -68,4 +68,4 @@ metrics-docs: build-app

devnet-allocs:
@echo "$(GREEN) Generating devnet allocs...$(COLOR_END)"
@./scripts/devnet-allocs.sh
@./scripts/devnet-allocs.sh

0 comments on commit dc7d3f5

Please sign in to comment.