Skip to content

Fix simplecov setup #39

Fix simplecov setup

Fix simplecov setup #39

Workflow file for this run

name: RSpec
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby: ['3.2.9', '3.3.10', '3.4.7']
steps:
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Build and test with Rake
run: bundle exec rake