print load test results

This commit is contained in:
Ishaan Jaff 2024-09-11 20:53:52 -07:00
parent a08ad0ea70
commit da29b070bb

View file

@ -170,7 +170,7 @@ jobs:
command: |
pwd
ls
python -m pytest -vv tests/load_tests -x --junitxml=test-results/junit.xml --durations=5
python -m pytest -vv tests/load_tests -x -s -v --junitxml=test-results/junit.xml --durations=5
no_output_timeout: 120m
# Store test results