Skip to content

Commit

Permalink
Add registry to make gen.
Browse files Browse the repository at this point in the history
  • Loading branch information
q-uint committed May 17, 2024
1 parent f79dc69 commit 2c05823
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 54 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ test-cover:
go tool cover -html=coverage.out

gen:
cd pocketic && go generate
cd candid && go generate
cd pocketic && go generate
cd registry && go generate

gen-ic:
go run ic/testdata/gen.go
Expand Down
106 changes: 53 additions & 53 deletions registry/proto/v1/registry.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2c05823

Please sign in to comment.