ci: Fail fast on error

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2020-11-02 17:04:29 +01:00
parent 98a146c108
commit 7be1929985
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@ jobs:
windows: windows:
name: "Windows 64-bit" name: "Windows 64-bit"
strategy: strategy:
fail-fast: true
matrix: matrix:
runner: [ windows-2019 ] runner: [ windows-2019 ]
include: include:
@ -89,6 +90,7 @@ jobs:
ubuntu: ubuntu:
name: "Ubuntu 64-bit" name: "Ubuntu 64-bit"
strategy: strategy:
fail-fast: true
matrix: matrix:
ubuntu: [ bionic, focal ] ubuntu: [ bionic, focal ]
compiler: [ gcc, clang ] compiler: [ gcc, clang ]