Skip to content

Add note that gem doesn't really work on Windows #63

Add note that gem doesn't really work on Windows

Add note that gem doesn't really work on Windows #63

Workflow file for this run

name: test
on: [push, pull_request]
env:
ENABLE_WERROR: true
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
ruby: ['3.2', '3.3', head, debug]
exclude:
- os: windows-latest
ruby: debug
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec rake