Skip to content

Commit 8023b0a

Browse files
committed
temp
1 parent 58cd8dc commit 8023b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/multi_device.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +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" --timeout 180
61+
run: UR_LOG_LEVEL_ZERO="level:debug;flush:debug;output:stdout" ctest -C ${{matrix.build_type}} --output-on-failure -L "adapter-specific" --timeout 180 --verbose
6262

6363
- name: Test adapters
6464
working-directory: ${{github.workspace}}/build

0 commit comments

Comments
 (0)