Skip to content

Commit

Permalink
chore: less verbose tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ObiWahn committed Nov 25, 2023
1 parent 94f0031 commit 30d150c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: cmake --build .

- working-directory: build/
run: ctest -VV --output-on-failure
run: ctest --output-on-failure

- working-directory: build/
run: bash <(curl -s https://codecov.io/bash)
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
working-directory: ${{github.workspace}}/build
# Execute tests defined by the CMake configuration.
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: ctest -VV -C ${{ matrix.build_type }}
run: ctest --output-on-failure -C ${{ matrix.build_type }}

0 comments on commit 30d150c

Please sign in to comment.