Skip to content

Commit

Permalink
Run pytest verbosely
Browse files Browse the repository at this point in the history
  • Loading branch information
sethaxen committed Nov 17, 2024
1 parent d2615c5 commit 0838e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install the project
run: uv sync --all-extras --dev --python ${{ matrix.python-version }}
- name: Run tests
run: uv run pytest --cov=e3fp
run: uv run pytest --cov=e3fp -v -s
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 0838e20

Please sign in to comment.