Skip to content

Update Parlour and resolve root namespaces #83

Update Parlour and resolve root namespaces

Update Parlour and resolve root namespaces #83

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
test:
strategy:
matrix:
ruby: [2.7, 3.0, 3.1]
continue-on-error: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
run: bundle install
- name: Run tests
run: bundle exec rake