mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Another test with non-parallel CI unit test builds
This commit is contained in:
parent
6d66260aa7
commit
ea5cd64533
1 changed files with 3 additions and 5 deletions
|
|
@ -19,10 +19,8 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: ["3.11"]
|
||||
# python-version: ["3.10", "3.11"]
|
||||
TESTING_DB: ["mysql"]
|
||||
# TESTING_DB: ["sqlite3", "postgresql", "mysql"]
|
||||
python-version: ["3.10", "3.11"]
|
||||
TESTING_DB: ["sqlite3", "postgresql", "mysql"]
|
||||
include:
|
||||
- python-version: "3.10"
|
||||
TESTING_DB: "sqlite3"
|
||||
|
|
@ -31,7 +29,7 @@ jobs:
|
|||
timeout-minutes: 35
|
||||
|
||||
env:
|
||||
UNIT_TEST_SETTINGS: "--settings=settings --keepdb --parallel 4 --timing"
|
||||
UNIT_TEST_SETTINGS: "--settings=settings --keepdb --timing"
|
||||
COVERAGE_TEST_SETTINGS: "--settings=settings --timing"
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue