Skip to content

Commit

Permalink
chore: add test-http-service target (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
rishtigupta authored Nov 27, 2024
1 parent 06691c6 commit ced483d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down

0 comments on commit ced483d

Please sign in to comment.