Skip to content

Commit b612b09

Browse files
[3/N][CI/UT] add spec decode e2e UT
Co-authored-by: mengwei805 <[email protected]> Co-authored-by: MengqingCao <[email protected]> Signed-off-by: mengwei805 <[email protected]>
1 parent edeadde commit b612b09

File tree

4 files changed

+822
-5
lines changed

4 files changed

+822
-5
lines changed

.github/workflows/vllm_ascend_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
130130
- name: Run vllm-project/vllm-ascend e2e test
131131
run: |
132-
pytest -sv tests/test_offline_inference.py
132+
pytest -sv
133133
134134
# only run test on spec decode when the related code changed
135135
- name: Check for changes in Speculative Decode
@@ -148,7 +148,7 @@ jobs:
148148
- name: Run vllm-project/vllm-ascend key feature test
149149
if: steps.filter.outputs.speculative_tests_changed
150150
run: |
151-
pytest -sv tests/spec_decode
151+
pytest -sv tests/spec_decode/e2e/test_eagle_correctness.py
152152
153153
- name: Run vllm-project/vllm test
154154
run: |

0 commit comments

Comments
 (0)