Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Commit fd6ea66

Browse files
committed
ci: use more precise go generate regex
1 parent 8faa08f commit fd6ea66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
shell: bash
8989
run: |
9090
grep -lr -E '^// Code generated by MockGen\. DO NOT EDIT\.$' . | xargs -r rm
91-
go generate -run "mockgen" ./...
91+
go generate -run "go.uber.org/mock/mockgen" ./...
9292
git diff --exit-code
9393
- run: ./scripts/build.sh evm
9494
shell: bash

0 commit comments

Comments
 (0)