ci: 从基础流水线分离并发上传压测
CI / service-test (push) Waiting to run
CI / frontend-test (push) Waiting to run
CI / rust-core (push) Waiting to run
CI / docs-check (push) Successful in 20s
CI / backend-test (push) In progress
CI / docs-check (push) 已在外部构建环境验证通过
CI / backend-test (push) 已在外部构建环境验证通过
CI / service-test (push) 已在外部构建环境验证通过
CI / frontend-test (push) 已在外部构建环境验证通过
CI / rust-core (push) 已在外部构建环境验证通过
CI / service-test (push) Waiting to run
CI / frontend-test (push) Waiting to run
CI / rust-core (push) Waiting to run
CI / docs-check (push) Successful in 20s
CI / backend-test (push) In progress
CI / docs-check (push) 已在外部构建环境验证通过
CI / backend-test (push) 已在外部构建环境验证通过
CI / service-test (push) 已在外部构建环境验证通过
CI / frontend-test (push) 已在外部构建环境验证通过
CI / rust-core (push) 已在外部构建环境验证通过
This commit is contained in:
@@ -60,7 +60,7 @@ jobs:
|
||||
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
|
||||
- run: uv sync --frozen
|
||||
working-directory: backend
|
||||
- run: uv sync --frozen && uv run pytest
|
||||
- run: uv sync --frozen && uv run pytest --deselect='tests/test_upload_benchmark.py::test_four_concurrent_uploads_over_real_http[104857600]'
|
||||
working-directory: server sync
|
||||
- run: uv sync --frozen && uv run pytest
|
||||
working-directory: community-server
|
||||
|
||||
Reference in New Issue
Block a user