resque / redis-namespace

This gem adds a Redis::Namespace class which can be used to namespace Redis keys.
http://redis.io
MIT License
695 stars 192 forks source link

CI: Name the test job for clearer output #219

Closed olleolleolle closed 1 year ago

olleolleolle commented 1 year ago

This PR also quotes the 4.0 to avoid it stringifying to "4", when we mean "4.0".

Output is now:

bild
PatrickTulskie commented 1 year ago

Looks good to me. Thanks!