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.
2 parents 0301693 + 623c9c8 commit e27528aCopy full SHA for e27528a
.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