Skip to content

Commit e27528a

Browse files
authored
Merge pull request #1436 from PatKamin/verbose-fuzztest
[CI] Update short fuzztest to include verbose output in CI
2 parents 0301693 + 623c9c8 commit e27528a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158

159159
- name: Fuzz test
160160
working-directory: ${{github.workspace}}/build
161-
run: ctest -C ${{matrix.build_type}} --output-on-failure -L "fuzz-short"
161+
run: ctest -C ${{matrix.build_type}} --output-on-failure -L "fuzz-short" --verbose
162162

163163
adapter-build-hw:
164164
name: Build - Adapters on HW

0 commit comments

Comments
 (0)