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:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.11"]
|
python-version: ["3.10", "3.11"]
|
||||||
# python-version: ["3.10", "3.11"]
|
TESTING_DB: ["sqlite3", "postgresql", "mysql"]
|
||||||
TESTING_DB: ["mysql"]
|
|
||||||
# TESTING_DB: ["sqlite3", "postgresql", "mysql"]
|
|
||||||
include:
|
include:
|
||||||
- python-version: "3.10"
|
- python-version: "3.10"
|
||||||
TESTING_DB: "sqlite3"
|
TESTING_DB: "sqlite3"
|
||||||
|
|
@ -31,7 +29,7 @@ jobs:
|
||||||
timeout-minutes: 35
|
timeout-minutes: 35
|
||||||
|
|
||||||
env:
|
env:
|
||||||
UNIT_TEST_SETTINGS: "--settings=settings --keepdb --parallel 4 --timing"
|
UNIT_TEST_SETTINGS: "--settings=settings --keepdb --timing"
|
||||||
COVERAGE_TEST_SETTINGS: "--settings=settings --timing"
|
COVERAGE_TEST_SETTINGS: "--settings=settings --timing"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue