mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01: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:
parent
413d90f8e6
commit
330b24a93b
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue