Skip to content

Commit a73725c

Browse files
committed
test
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 6a9f5d3 commit a73725c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
if [[ ${{inputs.compiler}} == 'icx' ]]; then
138138
export LIT_FILTER_OUT="host_tanpi_double_accuracy"
139139
fi
140-
cmake --build build --target check-sycl
140+
cmake --build build --target check-sycl
141141
- name: check-sycl-unittests
142142
if: always() && !cancelled() && contains(inputs.changes, 'sycl')
143143
run: |

.github/workflows/sycl-windows-run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
shell: bash
9393
run: |
9494
# Run E2E tests.
95-
if [[ ${{inputs.compiler}} == 'icx']]; then
95+
if [[ ${{inputs.compiler}} == 'icx' ]]; then
9696
export LIT_FILTER_OUT="compile_on_win_with_mdd"
9797
fi
9898
export LIT_OPTS="-v --no-progress-bar --show-unsupported --show-pass --show-xfail --max-time 3600 --time-tests ${{ inputs.extra_lit_opts }}"

0 commit comments

Comments
 (0)