Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
a5chin committed Dec 21, 2024
1 parent cde89aa commit b07f3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
python-version: 3.13

- name: run pytest
- name: Run pytest
run: |
set -o pipefail
uv run pytest --junitxml=pytest.xml | tee pytest-coverage.txt
Expand Down

0 comments on commit b07f3ac

Please sign in to comment.