Skip to content

Commit

Permalink
db matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmojaki committed Oct 12, 2024
1 parent b197934 commit 37a505a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
strategy:
matrix:
python-version: [ 3.8, 3.9, '3.10', 3.11, 3.12, 3.13 ]
db: [ sqlite, mysql, postgres ]
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand All @@ -29,3 +30,6 @@ jobs:
pip install --upgrade pip
pip install .[tests]
./misc/test.sh
with:
env:
DB: ${{ matrix.db }}

0 comments on commit 37a505a

Please sign in to comment.