mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Test with only mysql
This commit is contained in:
parent
d34332cd1b
commit
6d66260aa7
1 changed files with 4 additions and 2 deletions
|
|
@ -19,8 +19,10 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: ["3.10", "3.11"]
|
||||
TESTING_DB: ["sqlite3", "postgresql", "mysql"]
|
||||
python-version: ["3.11"]
|
||||
# python-version: ["3.10", "3.11"]
|
||||
TESTING_DB: ["mysql"]
|
||||
# TESTING_DB: ["sqlite3", "postgresql", "mysql"]
|
||||
include:
|
||||
- python-version: "3.10"
|
||||
TESTING_DB: "sqlite3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue