We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f17c0e9 commit 623c9c8Copy full SHA for 623c9c8
.github/workflows/cmake.yml
@@ -158,7 +158,7 @@ jobs:
158
159
- name: Fuzz test
160
working-directory: ${{github.workspace}}/build
161
- run: ctest -C ${{matrix.build_type}} --output-on-failure -L "fuzz-short"
+ run: ctest -C ${{matrix.build_type}} --output-on-failure -L "fuzz-short" --verbose
162
163
adapter-build-hw:
164
name: Build - Adapters on HW
0 commit comments