Skip to content

Commit

Permalink
Fix CI on Ruby 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dsander committed Aug 2, 2021
1 parent 34182dd commit 3687a7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,6 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler: 2.2.24
bundler-cache: true
- run: cat /home/runner/.gemrc
- run: bin/appraisal install --jobs=$(nproc) --retry=$(nproc)
- run: bin/appraisal rspec --require spec_helper --tag ~perf

0 comments on commit 3687a7c

Please sign in to comment.