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 f855708 commit 5fff5e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
run: go mod tidy

- name: Install mockgen
run: |
go install github.com/golang/mock/mockgen
run: go install github.com/golang/mock/[email protected]

- name: Generate
run: go generate -v ./...
Expand Down

0 comments on commit 5fff5e0

Please sign in to comment.