Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(all): simplify mocks generation #1413

Merged
merged 14 commits into from
Jan 7, 2025
Merged
Prev Previous commit
Next Next commit
ci: use more precise go generate regex
  • Loading branch information
qdm12 committed Jan 7, 2025
commit 3dd01bbba88e2a84841ca66e540b22abdd3f4bd2
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
shell: bash
run: |
grep -lr -E '^// Code generated by MockGen\. DO NOT EDIT\.$' . | xargs -r rm
go generate -run "mockgen" ./...
go generate -run "go.uber.org/mock/mockgen" ./...
git diff --exit-code
- run: ./scripts/build.sh
shell: bash
Expand Down