Skip to content

Commit

Permalink
Update CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Oct 26, 2021
1 parent 039a287 commit c2f0dee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -23,6 +23,7 @@ jobs:
- 2.5
- 2.6
- 2.7
- 3.0
- ruby-head
- jruby
steps:
Expand All @@ -35,7 +36,7 @@ jobs:
- name: Install dependencies
run: bundle install --jobs 4 --retry 3
- name: Run tests
run: bundle exec rspec spec || $ALLOW_FAILURES
run: ruby --version; bundle exec rspec spec || $ALLOW_FAILURES
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v1.1.2
if: "matrix.ruby == '3.0'"
Expand Down

0 comments on commit c2f0dee

Please sign in to comment.