Skip to content

Commit a711c7c

Browse files
committed
make CI matrix jobs not cancel each other
1 parent acb7e04 commit a711c7c

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
@@ -14,6 +14,7 @@ jobs:
1414
name: ${{ matrix.rust }} ${{ matrix.os }} ${{ join(matrix.extras) }}
1515
runs-on: ${{ matrix.os }}
1616
strategy:
17+
fail-fast: false
1718
matrix:
1819
include:
1920
- rust: 1.39.0

0 commit comments

Comments
 (0)