Skip to content

Commit 6d81767

Browse files
committed
Only build tests for spir target
1 parent 2d05433 commit 6d81767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ jobs:
228228
shell: bash
229229
run: |
230230
# Run E2E tests.
231-
export LIT_OPTS="-v --no-progress-bar --show-unsupported --show-pass --show-xfail --max-time 3600 --time-tests --param test-mode=build-only"
231+
export LIT_OPTS="-v --no-progress-bar --show-unsupported --show-pass --show-xfail --max-time 3600 --time-tests --param test-mode=build-only --param sycl_build_targets=spir"
232232
cmake --build build-e2e --target check-sycl-e2e
233233
- name: Detect hung tests
234234
if: always()

0 commit comments

Comments
 (0)