make test more verbose

This commit is contained in:
ishaan-jaff 2023-09-18 12:20:07 -07:00
parent 9067ec3b43
commit 451ce6eeb3

View file

@ -53,7 +53,7 @@ jobs:
- run:
name: Run tests
command: |
python -m pytest --junitxml=test-results/junit.xml
python -m pytest -vv --junitxml=test-results/junit.xml
# Store test results
- store_test_results: