Skip to content

Commit

Permalink
Allow failures on ruby-head.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Jan 9, 2024
1 parent fb4d60d commit f64040a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
- name: Install dependencies
run: ruby --version; bundle install --jobs 4 --retry 3
- name: Run tests
run: bundle exec rspec spec
run: bundle exec rspec spec || $ALLOW_FAILURES

0 comments on commit f64040a

Please sign in to comment.