Skip to content

Commit

Permalink
Add make target for CometMock e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Aug 3, 2023
1 parent 61c4544 commit e9f0d05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ test-diff:
test-e2e-short:
go run ./tests/e2e/... --happy-path-only

test-e2e-cometmock:
go run ./tests/e2e/... --short-happy-path --use-cometmock --use-gorelayer

# run full E2E tests in sequence (including multiconsumer)
test-e2e-multi-consumer:
go run ./tests/e2e/... --include-multi-consumer
Expand Down

0 comments on commit e9f0d05

Please sign in to comment.