Skip to content

Commit 4284dcb

Browse files
committed
chore: add test-http-service target
1 parent 0beb414 commit 4284dcb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,10 @@ else
186186
@set CONSISTENT_READS=1 && $(MAKE) test-dotnet6-topics-service test-dotnet-framework-topics-service
187187
endif
188188

189+
# Run http service tests
190+
test-http-service:
191+
@echo "No tests for http service."
192+
189193

190194
## Run example applications and snippets
191195
run-examples:

0 commit comments

Comments
 (0)