Test with only mysql
This commit is contained in:
parent
d34332cd1b
commit
6d66260aa7
1 changed files with 4 additions and 2 deletions
|
|
@ -19,8 +19,10 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.10", "3.11"]
|
python-version: ["3.11"]
|
||||||
TESTING_DB: ["sqlite3", "postgresql", "mysql"]
|
# python-version: ["3.10", "3.11"]
|
||||||
|
TESTING_DB: ["mysql"]
|
||||||
|
# TESTING_DB: ["sqlite3", "postgresql", "mysql"]
|
||||||
include:
|
include:
|
||||||
- python-version: "3.10"
|
- python-version: "3.10"
|
||||||
TESTING_DB: "sqlite3"
|
TESTING_DB: "sqlite3"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue