Skip to content

Commit ff92f48

Browse files
committed
ci: do not fail fast in matrix
1 parent 6c93096 commit ff92f48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ permissions: {}
1313
jobs:
1414
ci:
1515
strategy:
16+
fail-fast: false
1617
matrix:
1718
os: [ubuntu-latest, windows-latest]
1819
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)