Skip to content

Commit a75309a

Browse files
committed
Run multi-db tests
1 parent 437f87f commit a75309a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test-python.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,7 @@ jobs:
2727
python-version: ${{ matrix.python-version }}
2828
- name: Install Python Dependencies
2929
run: pip install --upgrade pip hatch uv
30-
- name: Run Tests
31-
run: hatch test --python ${{ matrix.python-version }}
30+
- name: Run Single DB Tests
31+
run: hatch test --python ${{ matrix.python-version }} --ds=test_app.settings_single_db
32+
- name: Run Multi-DB Tests
33+
run: hatch test --python ${{ matrix.python-version }} --ds=test_app.settings_multi_db

0 commit comments

Comments
 (0)