Run all tests even on failure

Issues might be specific to certain versions of Python, so let all tests
run.
This commit is contained in:
Pierre Ossman 2021-02-08 14:42:41 +01:00
parent 6012052686
commit 982e475936
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ jobs:
- 3.7
- 3.8
- 3.9
fail-fast: false
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}