Skip to content

Commit

Permalink
Merge pull request #1436 from PatKamin/verbose-fuzztest
Browse files Browse the repository at this point in the history
[CI] Update short fuzztest to include verbose output in CI
  • Loading branch information
kbenzie committed Apr 10, 2024
2 parents 0301693 + 623c9c8 commit e27528a
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 e27528a

Please sign in to comment.