cloudamqp / amqp-client.rb

Modern AMQP 0-9-1 Ruby client
https://cloudamqp.github.io/amqp-client.rb/
MIT License
19 stars 6 forks source link

Exclude the TLS tests by default, run in CI #12

Closed dentarg closed 2 years ago

dentarg commented 2 years ago

Most people (and CI) can't run the TLS tests right now, I think it makes sense to exclude them by default. The TESTOPTS thing isn't that easy to remember.

Added rake test:all to run them.