Skip to content

Commit e68c8a7

Browse files
Configure CI to continue on error
This ensures that CI will run tests for all configured Ruby versions even if, for example, the `ruby-head` build fails.
1 parent 141f755 commit e68c8a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ jobs:
3232
- name: Test
3333
run: |
3434
bundle exec rake
35+
continue-on-error: true

0 commit comments

Comments
 (0)