Some more tests

This commit is contained in:
Griatch 2020-09-19 12:24:31 +02:00
parent 261083c1b4
commit 84579174bf
2 changed files with 5 additions and 5 deletions

View file

@ -18,7 +18,7 @@ jobs:
python-version: [3.7, 3.8]
# TODO: mysql disabled, not able to connect to it so far
TESTING_DB: ['sqlite3', 'postgresql', 'mysql']
# fail-fast: false
fail-fast: true
steps:
@ -39,7 +39,7 @@ jobs:
host port: 3306
character set server: 'utf8mb4'
collation server: 'utf8mb4_unicode_ci'
mysql database: 'default'
mysql database: 'evennia'
mysql user: 'evennia'
mysql password: 'password'