Skip to content

Commit ac4c345

Browse files
committed
chore: run test choices
Signed-off-by: sirutBuasai <sirutbuasai27@outlook.com>
1 parent 2a59098 commit ac4c345

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/pr-sglang.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,12 @@ jobs:
138138
139139
# Regression Frontend Language Test
140140
cd /workdir/test/lang
141-
python3 run_suite.py --suite per-commit
141+
python3 test_choices.py
142+
# python3 run_suite.py --suite per-commit
142143
143-
# Regression Backend Runtime Test
144-
cd /workdir/test/srt
145-
python3 run_suite.py --suite per-commit-1-gpu
144+
# # Regression Backend Runtime Test
145+
# cd /workdir/test/srt
146+
# python3 run_suite.py --suite per-commit-1-gpu
146147
'
147148
148149
- name: Cleanup container and images

0 commit comments

Comments
 (0)