Skip to content

fix: BoundedQueue, and restart thread / keep alive on errors #254

fix: BoundedQueue, and restart thread / keep alive on errors

fix: BoundedQueue, and restart thread / keep alive on errors #254

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
standard:
runs-on: ubuntu-latest
steps:
- name: Standard Ruby
uses: standardrb/standard-ruby-action@v1
test:
strategy:
fail-fast: false
matrix:
ruby-version:
- "3.1"
- "3.2"
- "3.3"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@2a9a743e19810b9f3c38060637daf594dbd7b37f
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- run: bundle exec rake spec