svix / svix-webhooks

The enterprise-ready webhooks service 🦀
https://www.svix.com
MIT License
2.32k stars 159 forks source link

Libs(Go): get go tests running in CI #1452

Closed svix-onelson closed 3 days ago

svix-onelson commented 3 days ago

We've got a handful of unit test that could catch problems when the Go sources are changing, so let's run them as a part of CI.

This doesn't re-run the OpenAPI codegen (but it could later). It would be nice to know if the checked in sources were not aligned with whatever the generator produces, for example if a recent spec bump PR neglected to check them in.