Set fail-fast False

This commit is contained in:
Griatch 2020-09-19 13:09:12 +02:00
parent bdffac6f36
commit 01da519008

View file

@ -17,7 +17,7 @@ jobs:
matrix:
python-version: [3.7, 3.8]
TESTING_DB: ['sqlite3', 'postgresql', 'mysql']
fail-fast: false
fail-fast: False
steps: