Skip to content

Commit

Permalink
Run go mod tidy in generate job.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpeedyCoder committed Apr 12, 2019
1 parent c40f29a commit f064c01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- run: GO111MODULE=on go mod vendor
- run: go install ./vendor/github.com/golang/protobuf/protoc-gen-go ./vendor/github.com/matryer/moq
- run: go generate -x ./...
- run: go mod tidy
- run: git diff --exit-code
test:
machine:
Expand Down

0 comments on commit f064c01

Please sign in to comment.