Skip to content

Mark symbols held by DriverConfig #17

Mark symbols held by DriverConfig

Mark symbols held by DriverConfig #17

Workflow file for this run

---
name: Test
on: push
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby:
- '2.6'
- '2.7'
- '3.2'
- jruby
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: sudo apt-get install -y ragel
- run: bundle exec rake