From 5d84f047b8d5217ce21a68a5df54455c35f6574e Mon Sep 17 00:00:00 2001 From: rishtigupta Date: Wed, 27 Nov 2024 09:35:18 -0800 Subject: [PATCH] chore: add test-http-service target --- 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..."