Skip to content

Commit 3aac221

Browse files
committed
Make github test runner more verbose
1 parent 1f1df86 commit 3aac221

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-python.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
- name: Install Python Dependencies
2929
run: pip install --upgrade pip hatch uv
3030
- name: Run Single DB Tests
31-
run: hatch test --python ${{ matrix.python-version }} --ds=test_app.settings_single_db
31+
run: hatch test --python ${{ matrix.python-version }} --ds=test_app.settings_single_db -v
3232
- name: Run Multi-DB Tests
33-
run: hatch test --python ${{ matrix.python-version }} --ds=test_app.settings_multi_db
33+
run: hatch test --python ${{ matrix.python-version }} --ds=test_app.settings_multi_db -v

0 commit comments

Comments
 (0)