Skip to content

Commit f27e879

Browse files
authored
Update _base_test.yml (#3331)
1 parent 789dc67 commit f27e879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_base_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
export URL=http://localhost:${FD_API_PORT}/v1/chat/completions
150150
export TEMPLATE=TOKEN_LOGPROB
151151
TEST_EXIT_CODE=0
152-
python -m pytest -sv test_base_chat.py test_compare_top_logprobs.py test_logprobs.py test_params_boundary.py test_seed_usage.py test_stream.py || TEST_EXIT_CODE=1
152+
python -m pytest -sv test_base_chat.py test_compare_top_logprobs.py test_logprobs.py test_params_boundary.py test_seed_usage.py test_stream.py test_evil_cases.py || TEST_EXIT_CODE=1
153153
curl -X POST http://0.0.0.0:${FLASK_PORT}/switch \
154154
-H "Content-Type: application/json" \
155155
-d "{\"--model\": \"/MODELDATA/ERNIE-4.5-0.3B-Paddle\", \"--early-stop-config\": \"{\\\"enable_early_stop\\\":true, \\\"window_size\\\":6, \\\"threshold\\\":0.93}\"}"

0 commit comments

Comments
 (0)