mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-08 10:00:29 +08:00
Add stable ci (#3460)
* add stable ci * fix * update * fix * rename tests dir;fix stable ci bug * add timeout limit * update
This commit is contained in:
@@ -46,7 +46,7 @@ done <<< "$gpu_info"
|
||||
export CUDA_VISIBLE_DEVICES=${min_gpu}
|
||||
|
||||
# 使用 find 命令查找 test 目录下的 .py 文件
|
||||
test_files=$(find test -type f -name "test*.py")
|
||||
test_files=$(find tests -type f -name "test*.py")
|
||||
|
||||
# 遍历每个找到的测试文件
|
||||
for test_file in $test_files; do
|
||||
|
Reference in New Issue
Block a user