Skip to content

Commit

Permalink
feat: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
boodyvo committed Sep 10, 2024
1 parent 9766160 commit 4ab9f9c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ unit-test:
.PHONY: e2e-test
# run tests that execute against a local or remote instance of the API
e2e-test:
PROXY_CONTAINER_PORT=7777 bash scripts/wait-for-proxy-service-running.sh
PROXY_CONTAINER_PORT=7777 MINIMUM_REQUIRED_PARTITIONS=30 bash scripts/wait-for-proxy-service-running.sh
go test -count=1 -v -cover -coverprofile cover.out --race ./... -run "^TestE2ETest*"
#go test -count=1 -v -cover -coverprofile cover.out --race ./... -run "^TestE2ETestCachingMdwForGetTxByHashMethod"

.PHONY: e2e-test-no-metrics
# run tests that execute against a local or remote instance of the API without database for metrics
Expand Down

0 comments on commit 4ab9f9c

Please sign in to comment.