Skip to content

Update Rakefile

Update Rakefile #3

Workflow file for this run

name: Tests
on:
push:
branches:
- master
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
name: Tests - Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- '3.3'
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rspec