We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f1df86 commit 3aac221Copy full SHA for 3aac221
.github/workflows/test-python.yml
@@ -28,6 +28,6 @@ jobs:
28
- name: Install Python Dependencies
29
run: pip install --upgrade pip hatch uv
30
- name: Run Single DB Tests
31
- run: hatch test --python ${{ matrix.python-version }} --ds=test_app.settings_single_db
+ run: hatch test --python ${{ matrix.python-version }} --ds=test_app.settings_single_db -v
32
- name: Run Multi-DB Tests
33
- run: hatch test --python ${{ matrix.python-version }} --ds=test_app.settings_multi_db
+ run: hatch test --python ${{ matrix.python-version }} --ds=test_app.settings_multi_db -v
0 commit comments