Skip to content

Bump minitest from 5.23.1 to 5.24.0 #114

Bump minitest from 5.23.1 to 5.24.0

Bump minitest from 5.23.1 to 5.24.0 #114

Workflow file for this run

name: Main
on:
- push
- pull_request_target
jobs:
ci:
name: CI
runs-on: ubuntu-latest
env:
CI: true
steps:
- uses: actions/checkout@master
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: '3.1'
- name: Test
run: |
bundle exec rake test
bundle exec rake stree:check