We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0beb414 commit 4284dcbCopy full SHA for 4284dcb
Makefile
@@ -186,6 +186,10 @@ else
186
@set CONSISTENT_READS=1 && $(MAKE) test-dotnet6-topics-service test-dotnet-framework-topics-service
187
endif
188
189
+# Run http service tests
190
+test-http-service:
191
+ @echo "No tests for http service."
192
+
193
194
## Run example applications and snippets
195
run-examples:
0 commit comments