Skip to content

Commit f60bb9a

Browse files
committed
add mockgen
1 parent 290e52a commit f60bb9a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,10 @@ jobs:
619619
- name: Setup Go
620620
uses: ./.github/actions/setup-go
621621

622+
- name: Install go tools
623+
run: |
624+
go install github.com/golang/mock/mockgen@v1.6.0
625+
622626
- name: Setup sqlc
623627
uses: sqlc-dev/setup-sqlc@v3
624628
with:

0 commit comments

Comments
 (0)