ci: don't fail fast if one build fails

This commit is contained in:
Antoine Martin 2022-03-24 17:22:02 +01:00
parent 2644c71aa8
commit 563a9c88d1

View file

@ -14,6 +14,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
fail-fast: false
matrix: matrix:
name: name:
- emacsPgtkGcc - emacsPgtkGcc
@ -43,6 +44,7 @@ jobs:
needs: [ build-pkgs ] needs: [ build-pkgs ]
strategy: strategy:
fail-fast: false
matrix: matrix:
name: name:
- boreal - boreal