We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d05433 commit 6d81767Copy full SHA for 6d81767
.github/workflows/sycl-windows-build.yml
@@ -228,7 +228,7 @@ jobs:
228
shell: bash
229
run: |
230
# 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"
+ 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"
232
cmake --build build-e2e --target check-sycl-e2e
233
- name: Detect hung tests
234
if: always()
0 commit comments