Skip to content

Commit 623c9c8

Browse files
committed
Update short fuzztest to include verbose output in CI
1 parent f17c0e9 commit 623c9c8

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)