Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci modify
  • Loading branch information
AlecHenx committed Jun 18, 2025
commit 15ca75aa6a143520c422c9cd7d765ad525629974
4 changes: 4 additions & 0 deletions .github/workflows/sgl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,8 @@ jobs:
run: |
cd tests/workers/rollout
pytest -s test_sglang_async_rollout_search_tools.py
- name: Test the latest SGLang Rollout async with mcp search tool
run: |
cd tests/workers/rollout
pytest -s test_sglang_async_rollout_mcp_tools.py
# Note(haibin.lin): for any new test, please update gpu_unit_tests.yaml to avoid repeated tests
Loading