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