Merge pull request #938

workflows: disable fast fail
This commit is contained in:
luigi1111 2020-04-21 08:07:02 -05:00 committed by GitHub
commit 5299965601
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@ jobs:
build: build:
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04
strategy: strategy:
fail-fast: false
matrix: matrix:
ruby: [ '2.4', '2.5', '2.6', '2.7' ] ruby: [ '2.4', '2.5', '2.6', '2.7' ]
name: Ruby ${{ matrix.ruby }} name: Ruby ${{ matrix.ruby }}