Skip to content

Commit

Permalink
compile make-erasure for mocks check
Browse files Browse the repository at this point in the history
  • Loading branch information
timwu20 committed Jun 17, 2024
1 parent ecd7f62 commit c03248d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/mocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
go generate -run "mockgen" -tags integration ./... && \
git diff --exit-code && \
cd ..
- name: generate a shared library file for erasure
run: make compile-erasure

- name: Check Gossamer module
run: |
Expand Down

0 comments on commit c03248d

Please sign in to comment.