Skip to content

Commit 7d2969e

Browse files
committed
ci: do not fail matrix if one os fails
1 parent 9b410bd commit 7d2969e

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
@@ -54,6 +54,7 @@ jobs:
5454

5555
test:
5656
strategy:
57+
fail-fast: false
5758
matrix:
5859
os: [ubuntu-latest, windows-latest]
5960
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)