1
0
Fork 0

Run Rails tests in Ruby 3

This commit is contained in:
Andrew Tomaka 2021-01-08 22:36:47 -05:00
parent bc05f00672
commit d1cdedd335
Signed by: atomaka
GPG Key ID: 61209BF70A5B18BE
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ jobs:
- name: Set up Ruby 2.7
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: [2.7, 3.0]
- name: Test gem in Rails application
run: |
cd spec/rails