- `make mock`: generates all the mocks for testing. - `mock-check`: generates all the mocks + checks if any *.go file changed. - `make gen`: generates all the auto generated files (protos + mocks). - Add `mock-check` to our CI