From df0692d47e3b869e04b748cee1e6f79d7faa3f0c Mon Sep 17 00:00:00 2001 From: rishtigupta <127137312+rishtigupta@users.noreply.github.com> Date: Wed, 27 Nov 2024 10:10:21 -0800 Subject: [PATCH] chore: add test-http-service target (#592) --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index e486c379..068a9903 100644 --- a/Makefile +++ b/Makefile @@ -186,6 +186,10 @@ else @set CONSISTENT_READS=1 && $(MAKE) test-dotnet6-topics-service test-dotnet-framework-topics-service endif +# Run http service tests +test-http-service: + @echo "No tests for http service." + ## Run example applications and snippets run-examples: