Skip to content

Commit

Permalink
Disable fail-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
andyundso committed May 8, 2024
1 parent 49c557d commit 6a33e07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
cross-compile:
strategy:
fail-fast: false
matrix:
platform:
- "x64-mingw32"
Expand Down Expand Up @@ -358,6 +359,7 @@ jobs:
- compile-native-ports
name: test-linux
strategy:
fail-fast: false
matrix:
mssql-version:
- 2017
Expand Down

0 comments on commit 6a33e07

Please sign in to comment.