From d53936aba20d2ba60cf300c2301c9cb51484cdf6 Mon Sep 17 00:00:00 2001 From: agbpatro Date: Tue, 28 Nov 2023 14:49:16 -0800 Subject: [PATCH] Add missing protobuf generator to makefile (#80) --- Makefile | 2 +- README.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9c1f320..2652e84 100644 --- a/Makefile +++ b/Makefile @@ -75,4 +75,4 @@ image-gen: docker build -t $(ALPHA_IMAGE_NAME) . docker save $(ALPHA_IMAGE_NAME) | gzip > $(ALPHA_IMAGE_COMPRESSED_FILENAME).tar.gz -.PHONY: test build vet linters install integration image-gen generate-protos generate-golang generate-python +.PHONY: test build vet linters install integration image-gen generate-protos generate-golang generate-python generate-ruby diff --git a/README.md b/README.md index 9a1e918..6ea7075 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,6 @@ brew install libsodium zmq ``` ## Integration Tests -(Optional): If you want to recreate fake certs for your test: `make generate-certs` To run the integration tests: `make integration`