workflows: disable fast fail

This commit is contained in:
selsta 2020-04-17 13:28:18 +02:00
parent 07717bed77
commit 051a43a27f
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E

View file

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