CI: Disable fail-fast

This gives precise information which OSes failed instead of the first one that did, useful for analyzing failures related to specific OS only
This commit is contained in:
JustArchi 2021-04-11 13:27:32 +02:00
parent ddbec692dc
commit 89264d1e70

View file

@ -16,6 +16,7 @@ env:
jobs:
main:
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]