ci: Fail fast on error
This commit is contained in:
parent
98a146c108
commit
7be1929985
|
@ -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 ]
|
||||||
|
|
Loading…
Reference in New Issue