Skip to content

Explicitely load ostruct so it's compatible with latest JSON gem #111

Explicitely load ostruct so it's compatible with latest JSON gem

Explicitely load ostruct so it's compatible with latest JSON gem #111

Workflow file for this run

name: Tests
on:
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
ruby: [ 2.7, "3.0", 3.1, 3.2 ]
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{matrix.ruby}}
rubygems: latest
bundler-cache: true
- name: Run tests
timeout-minutes: 5
run: |
bundle exec turbo_tests -n4