Another form of fail-fast

This commit is contained in:
Griatch 2020-09-19 13:11:03 +02:00
parent 758ba837eb
commit 4283549a0f

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: