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 committed by Márk Sági-Kazár
parent 4e595cec77
commit 08ba8ca7fc

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']