Skip to content

Commit

Permalink
Add go mod download to mocks workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Mar 16, 2022
1 parent eacd8f6 commit 348add1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,15 @@ jobs:
- name: Check devnet module
run: |
cd devnet && \
go mod download && \
go generate -run "mockery" -tags integration ./... && \
go generate -run "mockgen" -tags integration ./... && \
git diff --exit-code && \
cd ..
- name: Check Gossamer module
run: |
go mod download && \
go generate -run "mockery" -tags integration ./... && \
go generate -run "mockgen" -tags integration ./... && \
git diff --exit-code

0 comments on commit 348add1

Please sign in to comment.