Skip to content

Exclude x64-mingw32 #19

Exclude x64-mingw32

Exclude x64-mingw32 #19

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- '3.2.1'
- '3.3.0'
steps:
- uses: actions/checkout@v3
- name: Set up Ruby & Rust
uses: oxidize-rb/actions/setup-ruby-and-rust@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
cargo-cache: true
rubygems: '3.4.10'
- name: Lint Ruby
run: bundle exec standardrb
- name: Lint Rust
run: cargo fmt --check
- name: Run the default task
run: bundle exec rake