Skip to content

Test with rack 2 and 3 #348

Test with rack 2 and 3

Test with rack 2 and 3 #348

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: BUNDLE_GEMFILE=Gemfile bundle exec rake
- run: BUNDLE_GEMFILE=Gemfile.rack2 bundle exec rake