Skip to content

Commit

Permalink
💚 Fix CI Build.
Browse files Browse the repository at this point in the history
  • Loading branch information
maiqingqiang committed May 14, 2023
1 parent a6a3b7b commit c47ebfa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
with:
go-version: 1.16

- name: Install mockgen
run: |
go install github.com/golang/mock/mockgen
- name: Generate
run: go generate -v ./...

Expand Down

0 comments on commit c47ebfa

Please sign in to comment.