Skip to content

Commit 5bd23c9

Browse files
[WIN][CI] Run Gluon tests (#5161)
Signed-off-by: Whitney Tsang <[email protected]>
1 parent b381e8a commit 5bd23c9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-test-windows.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,12 @@ jobs:
148148
cd ${{ env.NEW_WORKSPACE }}
149149
${{ env.TRITON_TEST_CMD }} --core
150150
151+
- name: Run gluon tests
152+
.venv\Scripts\activate.ps1
153+
Invoke-BatchFile "C:\Program Files (x86)\Intel\oneAPI\setvars.bat"
154+
cd ${{ env.NEW_WORKSPACE }}
155+
${{ env.TRITON_TEST_CMD }} --gluon
156+
151157
- name: Run triton kernels tests
152158
run: |
153159
.venv\Scripts\activate.ps1

0 commit comments

Comments
 (0)