Skip to content

Commit

Permalink
Small CI improvements (#1703)
Browse files Browse the repository at this point in the history
* Disable `fast-fail`

Since we test against multiple versions of Ruby it makes sense to allow all Rubies to finish, regardless of fails for specific versions.

* Run test workflow for all branches
  • Loading branch information
walro committed Jun 2, 2021
1 parent 6d368c0 commit c33c2b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -10,14 +10,15 @@ name: Testing
on:
push:
branches:
- master
- '**'
pull_request:

jobs:
test:
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.
Expand Down

0 comments on commit c33c2b1

Please sign in to comment.