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 e149057 commit 930b909Copy full SHA for 930b909
Makefile
@@ -25,4 +25,4 @@ gen-proto:
25
python3 -m grpc_tools.protoc --proto_path=. --python_out=. --pyi_out=. --grpc_python_out=. ./durabletask/internal/orchestrator_service.proto
26
rm durabletask/internal/*.proto
27
28
-.PHONY: init test-unit test-e2e coverage-clean coverage-unit coverage-e2e coverage-all gen-proto install
+.PHONY: init test-unit test-e2e coverage-clean coverage-all gen-proto install
0 commit comments