Skip to content

Commit

Permalink
[Code Health] test: add makefile target for E2E param update tests (#558
Browse files Browse the repository at this point in the history
)
  • Loading branch information
bryanchriswhite authored May 29, 2024
1 parent 7507dc5 commit c47bb4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,10 @@ test_e2e_session: test_e2e_env ## Run only the E2E suite that exercises the sess
test_e2e_settlement: test_e2e_env ## Run only the E2E suite that exercises the session & tokenomics settlement
go test -v ./e2e/tests/... -tags=e2e,test --features-path=0_settlement.feature

.PHONY: test_e2e_params
test_e2e_params: test_e2e_env ## Run only the E2E suite that exercises parameter updates for all modules
go test -v ./e2e/tests/... -tags=e2e,test --features-path=update_params.feature

.PHONY: test_load_relays_stress
test_load_relays_stress: ## Run the stress test for E2E relays on non-ephemeral chains
go test -v -count=1 ./load-testing/tests/... \
Expand Down

0 comments on commit c47bb4c

Please sign in to comment.