From ced483d298181d71a472234af0c2f997af5682cb Mon Sep 17 00:00:00 2001 From: rishtigupta <127137312+rishtigupta@users.noreply.github.com> Date: Wed, 27 Nov 2024 09:54:37 -0800 Subject: [PATCH] chore: add test-http-service target (#565) --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 76667f0e..a4fbba1f 100644 --- a/Makefile +++ b/Makefile @@ -140,6 +140,8 @@ test-topics-service: install-ginkgo @echo "Testing topics service..." @CONSISTENT_READS=1 ginkgo ${GINKGO_OPTS} --label-filter topics-service ${TEST_DIRS} +test-http-service: + @echo "No tests for http service." vendor: @echo "Vendoring..."