Skip to content

Commit 108af73

Browse files
committed
Don't use appraisal
1 parent b0c7fe0 commit 108af73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- name: Run tests
2323
run: |
2424
gemfile_name=$(basename ${{ matrix.gemfile }} .gemfile)
25-
bundle exec appraisal $gemfile_name rspec
25+
bundle exec rspec

0 commit comments

Comments
 (0)