Skip to content

Commit

Permalink
Add -rs option
Browse files Browse the repository at this point in the history
  • Loading branch information
jhj0517 committed Oct 2, 2024
1 parent dbb26d5 commit dba8d45
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 @@ -38,4 +38,4 @@ jobs:
run: pip install -r requirements.txt pytest

- name: Run test
run: python -m pytest tests
run: python -m -rs pytest tests

0 comments on commit dba8d45

Please sign in to comment.