Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

MiniTest -> Minitest #41

MiniTest -> Minitest

MiniTest -> Minitest #41

Workflow file for this run

on: [push,pull_request]
jobs:
build:
strategy:
fail-fast: false
matrix:
ruby: [ 3.2 ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
- run: bundle exec rake