File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff line change 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 }}"
You can’t perform that action at this time.
0 commit comments