Merge pull request #1138 from davidhewitt/ci-no-fail-fast
Disable fail-fast in CI test
This commit is contained in:
commit
9ecd9892aa
|
@ -42,6 +42,7 @@ jobs:
|
|||
name: python${{ matrix.python-version }}-${{ matrix.platform.python-architecture }} ${{ matrix.platform.os }} ${{ matrix.msrv }}
|
||||
runs-on: ${{ matrix.platform.os }}
|
||||
strategy:
|
||||
fail-fast: false # If one platform fails, allow the rest to keep testing.
|
||||
matrix:
|
||||
rust: [stable]
|
||||
python-version: [3.5, 3.6, 3.7, 3.8, 3.9-dev, pypy3]
|
||||
|
|
Loading…
Reference in New Issue