Skip to content

Commit

Permalink
feat: test metrics for proxy passing env
Browse files Browse the repository at this point in the history
  • Loading branch information
boodyvo committed Sep 13, 2024
1 parent 77f20a4 commit 2f34eed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1,004 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ e2e-test:
.PHONY: e2e-test-no-metrics
# run tests that execute against a local or remote instance of the API without database for metrics
e2e-test-no-metrics:
go test -count=1 -v -cover -coverprofile cover.out --race ./... -run "^TestNoMetricsE2E*"
SKIP_METRICS=true go test -count=1 -v -cover -coverprofile cover.out --race ./... -run "^TestE2ETest*"

.PHONY: ci-setup
# set up your local environment such that running `make e2e-test` runs against testnet (like in CI)
Expand Down
Loading

0 comments on commit 2f34eed

Please sign in to comment.