Skip to content

Commit 0bbee22

Browse files
committed
disable fail fast in CI workflow matrix
1 parent ff520e5 commit 0bbee22

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
name: Test
1515
runs-on: ${{ matrix.os }}
1616
strategy:
17+
fail-fast: false
1718
matrix:
1819
os: [ubuntu-latest, macos-latest, windows-latest]
1920
go: [1.21.x, 1.20.x, 1.19.x]

0 commit comments

Comments
 (0)