build(config.yml): test specific whisper endpoint

This commit is contained in:
Krrish Dholakia 2024-03-08 22:27:36 -08:00
parent fac01f8481
commit 5f15047a03

View file

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