From e9f0d05081194115d0305cd8b86bc366fc0f0c9f Mon Sep 17 00:00:00 2001
From: Philip Offtermatt
Date: Thu, 3 Aug 2023 10:45:26 +0200
Subject: [PATCH] Add make target for CometMock e2e tests
---
Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Makefile b/Makefile
index 28c02f7c85..b0d6f6ed47 100644
--- a/Makefile
+++ b/Makefile
@@ -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