Skip to content

Commit

Permalink
Run multi-db tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed Nov 27, 2024
1 parent 437f87f commit a75309a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Python Dependencies
run: pip install --upgrade pip hatch uv
- name: Run Tests
run: hatch test --python ${{ matrix.python-version }}
- name: Run Single DB Tests
run: hatch test --python ${{ matrix.python-version }} --ds=test_app.settings_single_db
- name: Run Multi-DB Tests
run: hatch test --python ${{ matrix.python-version }} --ds=test_app.settings_multi_db

0 comments on commit a75309a

Please sign in to comment.