Another form of fail-fast

This commit is contained in:
Griatch 2020-09-19 13:11:03 +02:00
parent b889891a69
commit 610878e51c

View file

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