Skip to content

Commit

Permalink
chore: add test-http-service target
Browse files Browse the repository at this point in the history
  • Loading branch information
rishtigupta committed Nov 27, 2024
1 parent 0beb414 commit 4284dcb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4284dcb

Please sign in to comment.