From 5f15047a03c97192d95dd261dad0cbd66f614664 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Fri, 8 Mar 2024 22:27:36 -0800 Subject: [PATCH] build(config.yml): test specific whisper endpoint --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index daa4d59ec4b..1fd19905c71 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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