Skip to content

Commit

Permalink
Merge pull request #215 from zmoon/pytest-summary
Browse files Browse the repository at this point in the history
Pytest summary `a`
  • Loading branch information
zmoon authored Nov 7, 2024
2 parents 4372dd9 + d2b72b3 commit 68b5305
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 @@ -48,7 +48,7 @@ jobs:
aioitertools=0.11.0
- name: Test with pytest
run: pytest -n auto -v -rsx -W "ignore:Downloading test file:UserWarning::"
run: pytest -n auto -v -ra -W "ignore:Downloading test file:UserWarning::"

- name: Test with pytspack installed
run: |
Expand Down

0 comments on commit 68b5305

Please sign in to comment.