From c2f3231ddcbe0ad58ed5cb4a98fc7d95910f653c Mon Sep 17 00:00:00 2001 From: mengfeil Date: Fri, 12 Jul 2024 14:48:21 +0800 Subject: [PATCH] ABI=0 test --- .github/workflows/pull.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index 4bdeeb159..3bb55a453 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -17,7 +17,7 @@ jobs: if: ${{ (github.repository_owner == 'intel') && (github.event.pull_request.draft == false) }} uses: ./.github/workflows/_linux_ut.yml with: - ut: op_example,op_extended,op_ut + ut: op_example,op_extended,op_ut,torch_xpu runner: linux.idc.xpu Inductor-XPU-E2E-CI-Tests: