gojuno / minimock

Powerful mock generation tool for Go programming language
MIT License
574 stars 38 forks source link

Run tests on CI #80

Closed suzuki-shunsuke closed 6 months ago

suzuki-shunsuke commented 6 months ago

It seems no test and lint aren't run on CI. How about running tests and lint on CI with GitHub Actions?

Then we can find issues quickly before merging pull requests.

If this proposal is acceptable, I'm interested in working on this.

hexdigest commented 6 months ago

we should do it, but I'd rather use make lint for lint/vet and make test for tests

suzuki-shunsuke commented 6 months ago