ci: disable fail fast

Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
Mark Sagi-Kazar 2021-09-21 11:25:18 +02:00
parent 0715365441
commit 6429a4092a
No known key found for this signature in database
GPG key ID: 31AB0439F4C5C90E

View file

@ -11,6 +11,9 @@ jobs:
name: Build
runs-on: ${{ matrix.os }}
strategy:
# Fail fast is disabled because there are Go version specific features and tests
# that should be able to fail independently.
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
go: ['1.14', '1.15', '1.16', '1.17']