Skip to content

Create release workflow #40

Create release workflow

Create release workflow #40

Workflow file for this run

name: Tests
on:
push:
branches:
- master
pull_request:
types: [ opened, reopened ]
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- '2.7.8'
rust:
- "1.72.1"
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Ruby & Rust
uses: oxidize-rb/actions/setup-ruby-and-rust@v1
with:
ruby-version: ${{ matrix.ruby }}
rustup-toolchain: ${{ matrix.rust }}
bundler-cache: true
cargo-cache: true
rubygems: '3.4.14'
- name: Run the default task
run: bundle exec rake