felixge / sqlbench

sqlbench measures and compares the execution time of one or more SQL queries.
MIT License
368 stars 11 forks source link

Some chores: CI and test fixes #1

Closed aidansteele closed 4 years ago

aidansteele commented 4 years ago

Hi Felix,

Big fan of your work. I was about to raise an issue asking about adding support for another SQL engine, but I noticed that there wasn't yet any CI to validate that I wasn't breaking any tests - so I thought I'd add that. I also added goreleaser to publish binaries whenever you tag a release - I've included a screenshot of what it generates. Feel free to do with this PR whatever you want 😄

screenshot of goreleaser-generated release notes

aidansteele commented 4 years ago

Looks like GitHub won't run the actions for this PR because they're not yet merged into your repo. But hopefully they'll work fine for future PRs

felixge commented 4 years ago

@aidansteele wow! Thank you so much, this is super appreciated!! I've never used goreleaser before, but I'm happy to try. I'll just go ahead merge this.

Also huge thanks for fixing the tests! Sorry I broke them while hacking some last minute features into sqlbench.