3
0
mirror of https://github.com/triqs/dft_tools synced 2024-08-16 01:08:29 +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 76cb6414f6
commit 8870ca8adf

View File

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