Skip to content

Bump minitest from 5.25.4 to 5.25.5 #33

Bump minitest from 5.25.4 to 5.25.5

Bump minitest from 5.25.4 to 5.25.5 #33

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