3
0
mirror of https://github.com/triqs/dft_tools synced 2024-08-06 20:40:00 +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:
strategy:
fail-fast: false
matrix:
include:
- {os: ubuntu-20.04, cc: gcc-10, cxx: g++-10}