Skip to content

Commit

Permalink
adding code gen to ci build (#1231)
Browse files Browse the repository at this point in the history
Signed-off-by: Ken Sipe <kensipe@gmail.com>
  • Loading branch information
kensipe committed Dec 30, 2019
1 parent 09691f1 commit 6e29e32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
- restore_cache:
keys:
- go-mod-v1-{{ checksum "go.sum" }}
- run: make lint
# prebuild runs lint after code generation
- run: make prebuild
- save_cache:
key: go-mod-v1-{{ checksum "go.sum" }}
paths:
Expand Down

0 comments on commit 6e29e32

Please sign in to comment.