always execute all tests even if tests for one python version fail

This commit is contained in:
jonaswinkler 2021-01-12 20:25:58 +01:00
parent f1c981338c
commit 80aa847457

View File

@ -49,6 +49,7 @@ jobs:
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8']
fail-fast: false
steps:
-
name: Checkout