Skip to content

Switch to use test-unit #341

Switch to use test-unit

Switch to use test-unit #341

Workflow file for this run

name: coverage
on: [push, pull_request]
permissions: # added using https://github.com/step-security/secure-workflows
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3.3.0
- uses: ruby/setup-ruby@360dc864d5da99d54fcb8e9148c14a84b90d3e88 # v1.165.1
with:
ruby-version: '3.0'
- name: Install dependencies
run: gem install minitest -v "5.15.0"
- name: Run test
env:
COVERALLS: "yes"
run: ruby -Ilib exe/rake