Skip to content

Commit

Permalink
Make github test runner more verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed Nov 28, 2024
1 parent 1f1df86 commit 3aac221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
- name: Install Python Dependencies
run: pip install --upgrade pip hatch uv
- name: Run Single DB Tests
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
- name: Run Multi-DB Tests
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 comments on commit 3aac221

Please sign in to comment.