Skip to content

Commit

Permalink
Update short fuzztest to include verbose output in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
PatKamin committed Mar 13, 2024
1 parent f17c0e9 commit 623c9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:

- name: Fuzz test
working-directory: ${{github.workspace}}/build
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

adapter-build-hw:
name: Build - Adapters on HW
Expand Down

0 comments on commit 623c9c8

Please sign in to comment.