Skip to content

Use thread pooling to prevent large number of threads #4

Use thread pooling to prevent large number of threads

Use thread pooling to prevent large number of threads #4

Workflow file for this run

name: Run Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
- name: Install dependencies
run: bundle install
- name: Run tests
run: bundle exec rspec