Skip to content

Commit

Permalink
add verbose tests to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
BigPeet committed May 12, 2021
1 parent 614c598 commit 0ab75a0
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 @@ -58,7 +58,7 @@ jobs:
shell: bash
# Execute tests defined by the CMake configuration.
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: ctest -C $BUILD_TYPE
run: ctest -C $BUILD_TYPE --verbose

- name: Install
shell: bash
Expand Down

0 comments on commit 0ab75a0

Please sign in to comment.