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`