Skip to content

Commit 941b1ed

Browse files
committed
Enable level_zero_multi_queue test on CI
1 parent 83439fe commit 941b1ed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/multi_device.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ jobs:
5858

5959
- name: Test adapter specific
6060
working-directory: ${{github.workspace}}/build
61-
run: ctest -C ${{matrix.build_type}} --output-on-failure -L "adapter-specific" -E "test-adapter-level_zero_multi_queue" --timeout 180
62-
# TODO: investigate why test-adapter-level_zero_multi_queue fails on newer driver
61+
run: ctest -C ${{matrix.build_type}} --output-on-failure -L "adapter-specific" --timeout 180
6362

6463
- name: Test adapters
6564
working-directory: ${{github.workspace}}/build

0 commit comments

Comments
 (0)