We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58cd8dc commit 8023b0aCopy full SHA for 8023b0a
.github/workflows/multi_device.yml
@@ -58,7 +58,7 @@ jobs:
58
59
- name: Test adapter specific
60
working-directory: ${{github.workspace}}/build
61
- run: ctest -C ${{matrix.build_type}} --output-on-failure -L "adapter-specific" --timeout 180
+ 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
62
63
- name: Test adapters
64
0 commit comments