Skip to content

Commit 0fa587b

Browse files
FlamefireFlow86
authored andcommitted
Continue other CI jobs even on failure
1 parent 9b2cafa commit 0fa587b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ env:
3131
jobs:
3232
Windows:
3333
strategy:
34+
fail-fast: false
3435
matrix:
3536
include:
3637
- { os: windows-2022, generator: Visual Studio 17 2022, type: Debug, platform: Win32}
@@ -71,6 +72,7 @@ jobs:
7172

7273
Linux:
7374
strategy:
75+
fail-fast: false
7476
matrix:
7577
include:
7678
# MacOSX:

0 commit comments

Comments
 (0)