Skip to content

Commit ff6ed11

Browse files
committed
Prevent ruby-head test failures from blocking other tests
1 parent a991880 commit ff6ed11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
- name: Build and test regular ruby
7777
run: |
7878
bundle exec rake
79+
continue-on-error: ${{ matrix.ruby == 'ruby-head' }}
7980

8081
jruby:
8182
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)