Skip to content

Commit

Permalink
Add -ss arg to pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkuzmik committed Nov 28, 2023
1 parent 4e7cc06 commit 4865fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lib-openai-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
OPENAI_ORG_ID: ${{ secrets.OPENAI_ORG_ID }}
run: |
cd ./tests/lib_integration/openai/
python -m pytest -vv .
python -m pytest -vv -ss .

0 comments on commit 4865fc8

Please sign in to comment.