Merge pull request #577 from jellyfin/oddstr13-patch-1

Don't fail fast on the py test matrix
This commit is contained in:
Odd Stråbø 2021-10-10 17:13:18 +02:00 committed by GitHub
commit cc9db4bc43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
py_version: ['2.7', '3.9']
steps: