diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6d26e2e5..fda92225 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ name: Testing on: push: branches: - - master + - '**' pull_request: jobs: @@ -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' # TODO: Add jruby if something like allow_failures will be implemented on Actions.