diff --git a/.github/workflows/_e2e_test.yaml b/.github/workflows/_e2e_test.yaml index 3fcf702a..0418b6a0 100644 --- a/.github/workflows/_e2e_test.yaml +++ b/.github/workflows/_e2e_test.yaml @@ -83,7 +83,7 @@ jobs: VLLM_WORKER_MULTIPROC_METHOD: spawn if: ${{ inputs.type == 'light' }} run: | - pytest -sv --durations=0 tests/e2e/singlecard/test_aclgraph_accuracy.py::test_models_output + pytest -sv --durations=0 tests/e2e/singlecard/test_aclgraph_accuracy.py::test_piecewise_res_consistency pytest -sv --durations=0 tests/e2e/singlecard/test_quantization.py::test_qwen3_w8a8_quant - name: Run e2e test