Skip to content

Commit 6a33e07

Browse files
committed
Disable fail-fast
1 parent 49c557d commit 6a33e07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
99
cross-compile:
1010
strategy:
11+
fail-fast: false
1112
matrix:
1213
platform:
1314
- "x64-mingw32"
@@ -358,6 +359,7 @@ jobs:
358359
- compile-native-ports
359360
name: test-linux
360361
strategy:
362+
fail-fast: false
361363
matrix:
362364
mssql-version:
363365
- 2017

0 commit comments

Comments
 (0)