Update _base_test.yml (#3299)

add more cases
This commit is contained in:
Divano
2025-08-11 10:03:27 +08:00
committed by GitHub
parent 46c8491201
commit 79868be220

View File

@@ -150,7 +150,7 @@ jobs:
export URL=http://localhost:${FD_API_PORT}/v1/chat/completions
export TEMPLATE=TOKEN_LOGPROB
TEST_EXIT_CODE=0
python -m pytest -sv test_base_chat.py || TEST_EXIT_CODE=$?
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=$?
popd
echo "TEST_EXIT_CODE=${TEST_EXIT_CODE}" >> /workspace/FastDeploy/exit_code.env
'