Skip to content

Commit 5c9c25b

Browse files
authored
Don't fail fast on CI (#232)
1 parent ee91b4f commit 5c9c25b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
continue-on-error: ${{ matrix.version == 'nightly' }}
1414
strategy:
15+
fail-fast: false
1516
matrix:
1617
version:
1718
- '1.6'

0 commit comments

Comments
 (0)