mirror of
https://github.com/evennia/evennia.git
synced 2026-08-18 03:05:44 +00:00
Removing postgresql from test suite building flow, it is freezing and keeps failing on the CI build stage, making tests useless
This commit is contained in:
@ -20,7 +20,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: ["3.10", "3.11", "3.12"]
|
||||
TESTING_DB: ["sqlite3", "postgresql", "mysql"]
|
||||
TESTING_DB: ["sqlite3", "mysql"]
|
||||
include:
|
||||
- python-version: "3.10"
|
||||
TESTING_DB: "sqlite3"
|
||||
|
||||
Reference in New Issue
Block a user