Skip to content

Bump minitest from 5.25.5 to 5.26.0 #45

Bump minitest from 5.25.5 to 5.26.0

Bump minitest from 5.25.5 to 5.26.0 #45

Workflow file for this run

name: Run Tests
on:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Test
run: bundle exec rake