Skip to content

Commit

Permalink
Update tests.yaml to run tests serially
Browse files Browse the repository at this point in the history
  • Loading branch information
ibevers authored Jan 2, 2025
1 parent 0429de0 commit ce4974c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: >
poetry run pytest -n auto \
poetry run pytest\
--junitxml=pytest.xml \
--cov-report=term-missing:skip-covered \
--cov-report=xml:coverage.xml \
Expand Down

0 comments on commit ce4974c

Please sign in to comment.