Skip to content

Merge branch 'main' into not_nil_as_global_method #11

Merge branch 'main' into not_nil_as_global_method

Merge branch 'main' into not_nil_as_global_method #11

Workflow file for this run

name: Run MiniTest
on:
push:
paths:
- 'lib/**'
- 'test/**'
- '.github/workflows/minitest.yml'
- 'Gemfile.lock'
jobs:
run-minitest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
# runs 'bundle install' and caches installed gems automatically
bundler-cache: true
ruby-version: '2.6'
- name: Run tests
run: |
rake test