livebud / bud

The Full-Stack Web Framework for Go
MIT License
5.53k stars 182 forks source link

make: fix tests for non-release PRs #368

Closed matthewmueller closed 1 year ago

matthewmueller commented 1 year ago

This test was added to fix https://github.com/livebud/bud/pull/361, but that's causing failures on non-releases. Now we'll run this test only during the publishing process and skip it every other time.