Skip to content

test 3.4 windows switch #479

test 3.4 windows switch

test 3.4 windows switch #479

Workflow file for this run

name: Test
on:
pull_request:
jobs:
ci:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
ruby-version:
- 3.4
- ruby-head
steps:
- uses: actions/checkout@v4
- uses: jbourassa/oxidize-rb-actions/setup-ruby-and-rust@main
with:
ruby-version: ${{ matrix.ruby-version }}
rubygems: latest
bundler-cache: true
cargo-cache: true
cache-version: v1
- name: Compile comrak
run: bundle exec rake compile
- name: Run Ruby tests
run: bundle exec rake test