Test with only mysql

This commit is contained in:
Griatch 2023-12-19 07:39:32 +01:00
parent d34332cd1b
commit 6d66260aa7

View file

@ -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"