Skip to content

Bump test-unit from 3.6.3 to 3.6.4 #80

Bump test-unit from 3.6.3 to 3.6.4

Bump test-unit from 3.6.3 to 3.6.4 #80

Workflow file for this run

name: Main
on:
- push
- pull_request
jobs:
ci:
strategy:
fail-fast: false
matrix:
ruby:
- '3.0'
- '3.1'
- '3.2'
- head
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: ${{ matrix.ruby }}
- name: Test
run: |
bundle exec rake stree:check
bundle exec rake test