mperham / connection_pool

Generic connection pooling for Ruby
MIT License
1.63k stars 143 forks source link

Migrate to GitHub Workflows #145

Closed fnordfish closed 3 years ago

fnordfish commented 3 years ago

I took the liberty adding truffle to the mix. If that's not one of your targets, I can flag it as experimental or remove it.

mperham commented 3 years ago

how do we get the build status in the readme?

fnordfish commented 3 years ago
[![Build Status](https://github.com/mperham/connection_pool/actions/workflows/ci.yml/badge.svg)][ci]

[ci]: https://github.com/mperham/connection_pool/actions/workflows/ci.yml

But why oh why is truffle failing here, when it worked over at my fork m(