Skip to content

Commit cb44d9a

Browse files
authored
Merge pull request #1550 from wlemkows/e2e-cuda-fixes
[E2E] improve e2e workflow
2 parents f4a9497 + 3ebcea1 commit cb44d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e_core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
# Remove after fixing SYCL test :: abi/layout_handler.cpp
139139
# This issue does not affect further execution of e2e with UR.
140140
continue-on-error: true
141-
run: cmake --build ${{github.workspace}}/sycl_build --target check-sycl
141+
run: cmake --build ${{github.workspace}}/sycl_build --target check-sycl -j6
142142

143143
- name: Set additional env. vars
144144
run: |

0 commit comments

Comments
 (0)