Skip to content

v0.3.0 — fold in import/import_relative from rubyworks/finder #2

v0.3.0 — fold in import/import_relative from rubyworks/finder

v0.3.0 — fold in import/import_relative from rubyworks/finder #2

Workflow file for this run

name: Test
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['3.1', '3.2', '3.3', '3.4']
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake test