Skip to content

Use typed data for native objects #20

Use typed data for native objects

Use typed data for native objects #20

Workflow file for this run

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