Skip to content

Commit

Permalink
make unit tests output verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
cezbloch committed Nov 8, 2024
1 parent 941e298 commit 51bf366
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cmake_single_platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,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 -C ${{env.BUILD_TYPE}}

run: ctest -C ${{env.BUILD_TYPE}} --verbose
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ If you use VS Code install recommended extensions from

Install compiler and build tools

```sudo apt-get install cmake build-essential gdb```
```sudo apt-get install -y cmake build-essential gdb```

# Building

Expand Down

0 comments on commit 51bf366

Please sign in to comment.