use go run for mockgen, goimports and ginkgo (#3616)

This commit is contained in:
kixelated
2022-11-11 10:11:41 +00:00
committed by GitHub
parent 2de4af00d0
commit 9540d0fed2
8 changed files with 31 additions and 44 deletions

View File

@@ -9,9 +9,5 @@ jobs:
go-version: "1.19.x"
- name: Install dependencies
run: go build
- name: Install code generators
run: |
go install -v github.com/golang/mock/mockgen
go install -v golang.org/x/tools/cmd/goimports
- name: Run code generators
run: .github/workflows/go-generate.sh