Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
facundomedica committed Jul 10, 2023
1 parent b33da00 commit cadca77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ cover-html: test-unit-cover

# we should be able to optimize docker build:
# https://linear.app/umee/issue/UMEE-463/fix-docker-login-problem-when-running-e2e-tests
test-e2e: #$(TEST_E2E_DEPS)
test-e2e: $(TEST_E2E_DEPS)
go test ./tests/e2e/... -mod=readonly -timeout 30m -race -v -tags='$(TEST_E2E_TAGS)'

test-e2e-cov: $(TEST_E2E_DEPS)
Expand Down

0 comments on commit cadca77

Please sign in to comment.