Skip to content

Commit

Permalink
Add missing protobuf generator to makefile (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
agbpatro authored Nov 28, 2023
1 parent f32f5c7 commit d53936a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit d53936a

Please sign in to comment.