disable fail fast

This commit is contained in:
Stephan Dilly 2020-08-17 21:02:11 +02:00
parent 2d3b4a08eb
commit aed102ce8e

View File

@ -11,6 +11,7 @@ on:
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]