Skip to content

Commit

Permalink
Run tests individually
Browse files Browse the repository at this point in the history
  • Loading branch information
dougollerenshaw committed Sep 27, 2024
1 parent 7b22a1e commit 33c5aea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
pip install pytest pytest-mock
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Run tests
env:
ANTHROPIC_API_KEY: dummy_key_for_testing
run: |
pytest -vv -s
for test in $(pytest --collect-only -q); do
pytest -vv -s $test
done

0 comments on commit 33c5aea

Please sign in to comment.