Skip to content

Implement thread/fiber local checkout #22

Implement thread/fiber local checkout

Implement thread/fiber local checkout #22

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
ruby: ['3.2', '3.3', 'head']
name: >-
${{matrix.os}}, ${{matrix.ruby}}
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{matrix.ruby}}
bundler-cache: true # 'bundle install' and cache
- name: Run tests
run: bundle exec ruby test/run.rb