You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make: fix gen issue with mockgen not found in PATH (#10162) (#10166)
Fixes#10157 (comment)
Problem was:
```
grep -r -l --exclude-dir=erigon-lib "^// Code generated by MockGen. DO NOT EDIT.$" . | xargs rm -r
```
was deleting the `mockgen` binary after it was built 🙃
0 commit comments