Skip to content

Improve handling of setting the send buffer vs the batched sink buffer #602

Improve handling of setting the send buffer vs the batched sink buffer

Improve handling of setting the send buffer vs the batched sink buffer #602

Workflow file for this run

name: CI
on: push
jobs:
test:
name: Ruby ${{ matrix.ruby }} on ubuntu-22.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', 'ruby-head', 'jruby-9.4.9.0', 'truffleruby-22.3.1']
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run test suite
run: bundle exec rake test