Disable fail-fast in CI test

This commit is contained in:
David Hewitt 2020-09-01 20:56:13 +01:00
parent c5065893dd
commit 1255848e3e
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,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]