3
0
mirror of https://github.com/triqs/dft_tools synced 2024-10-14 12:01:36 +02:00

[gh-actions] Do not stop all builds if one of them fails

This commit is contained in:
Nils Wentzell 2020-10-30 14:40:39 -04:00
parent 32df9c4c5f
commit 4d88bddd0b

View File

@ -10,6 +10,7 @@ jobs:
build: build:
strategy: strategy:
fail-fast: false
matrix: matrix:
include: include:
- {os: ubuntu-20.04, cc: gcc-10, cxx: g++-10} - {os: ubuntu-20.04, cc: gcc-10, cxx: g++-10}