We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 437f87f commit a75309aCopy full SHA for a75309a
.github/workflows/test-python.yml
@@ -27,5 +27,7 @@ jobs:
27
python-version: ${{ matrix.python-version }}
28
- name: Install Python Dependencies
29
run: pip install --upgrade pip hatch uv
30
- - name: Run Tests
31
- 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
32
+ - name: Run Multi-DB Tests
33
+ run: hatch test --python ${{ matrix.python-version }} --ds=test_app.settings_multi_db
0 commit comments