.github/workflows/main.yml in amqp-client-1.1.1 vs .github/workflows/main.yml in amqp-client-1.1.2

- old
+ new

@@ -17,11 +17,11 @@ --health-timeout 5s --health-retries 5 strategy: fail-fast: false matrix: - ruby: ['2.6', '2.7', '3.0'] + ruby: ['2.6', '2.7', '3.0', 'jruby', 'truffleruby'] steps: - uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: @@ -29,6 +29,7 @@ - name: Run the default task run: | bundle install bundle exec rake env: + TESTOPTS: --exclude=/_tls$/ AMQP_PORT: ${{ job.services.rabbitmq.ports[5672] }}