Skip to content

Bump test-unit from 3.6.7 to 3.6.8 #423

Bump test-unit from 3.6.7 to 3.6.8

Bump test-unit from 3.6.7 to 3.6.8 #423

Workflow file for this run

name: Spec
on:
push:
branches: main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@master
with:
submodules: recursive
- name: Set up Ruby 💎
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: '3.1'
- name: Spec
run: ./spec/mspec/bin/mspec -t ./exe/yarv || true