We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f1e0d7 commit f102a1eCopy full SHA for f102a1e
.github/workflows/build-hw-reusable.yml
@@ -102,7 +102,7 @@ jobs:
102
103
- name: Test adapter specific
104
working-directory: ${{github.workspace}}/build
105
- run: ctest -C ${{matrix.build_type}} --output-on-failure -L "adapter-specific" --timeout 180
+ run: ctest -C ${{matrix.build_type}} --output-on-failure -L "adapter-specific" --timeout 180 --verbose
106
107
- name: Test adapters
108
0 commit comments