Skip to content

Bump minitest from 5.23.1 to 5.24.0 #123

Bump minitest from 5.23.1 to 5.24.0

Bump minitest from 5.23.1 to 5.24.0 #123

Workflow file for this run

name: Main
on:
- push
- pull_request
jobs:
ci:
strategy:
fail-fast: false
matrix:
ruby:
- '3.1'
- '3.2'
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Test
run: bundle exec rake test