Skip to content

Commit

Permalink
Merge pull request #132 from eregon/ci-no-fail-fast
Browse files Browse the repository at this point in the history
Do not cancel other CI jobs when one fails
  • Loading branch information
jkowens authored Jul 19, 2022
2 parents 58918ca + 8002e4e commit 5a21ca3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
name: Test with Ruby-${{ matrix.ruby }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
ruby: [2.6, 2.7, '3.0', 3.1, 'jruby-9.3', truffleruby]
Expand Down
2 changes: 1 addition & 1 deletion support/lib/support.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require 'support/env'
require 'support/coverage'
require 'support/coverage' if RUBY_ENGINE == 'ruby'
require 'support/expand_matcher'
require 'support/generate_template_matcher'
require 'support/match_matcher'
Expand Down

0 comments on commit 5a21ca3

Please sign in to comment.