Skip to content

Reverting FFI because 1.16.3 breaks Windows Registry monkey patches #436

Reverting FFI because 1.16.3 breaks Windows Registry monkey patches

Reverting FFI because 1.16.3 breaks Windows Registry monkey patches #436

Workflow file for this run

---
name: unit
'on':
pull_request:
push:
branches:
- main
- 17-stable
- 16-stable
jobs:
test:
strategy:
fail-fast: false
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
ruby: ['3.0']
name: Unit test on ${{ matrix.os }} with Ruby ${{ matrix.ruby }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake spec