mirror of
https://github.com/evennia/evennia.git
synced 2025-10-29 19:35:56 +00:00
Disable postgres in CI builds, it keeps timing out
This commit is contained in:
parent
6117e85ac9
commit
dddee257a2
@ -20,7 +20,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: ["3.11", "3.12", "3.13"]
|
||||
TESTING_DB: ["sqlite3", "mysql", "postgresql"]
|
||||
TESTING_DB: ["sqlite3", "mysql"]
|
||||
include:
|
||||
- python-version: "3.11"
|
||||
TESTING_DB: "sqlite3"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user