Don't cancel all in-progress jobs if a single one fails

It is useful to get results from all jobs, whether or not a single one
fails.
This commit is contained in:
Leroy Hopson 2021-07-03 01:17:02 +07:00
parent c262ea8113
commit ca7def60e8
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA

View file

@ -6,6 +6,7 @@ jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
platform: [ linux, javascript, osx, windows ]
target: [ release, debug ]