File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2626 run : cmake --build .
2727
2828 - working-directory : build/
29- run : ctest -VV - -output-on-failure
29+ run : ctest --output-on-failure
3030
3131 - working-directory : build/
3232 run : bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 3939 # See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
4040 env :
4141 CXX_FLAGS : -fsanitize-address -fsanitize-undefined
42+ GTEST_BRIEF : 1
43+ GTEST_COLOR : yes
4244 run : |
4345 c++ --version
4446 cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -G Ninja \
5456 working-directory : ${{github.workspace}}/build
5557 # Execute tests defined by the CMake configuration.
5658 # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
57- run : ctest -VV -C ${{ matrix.build_type }}
59+ run : ctest --output-on-failure -C ${{ matrix.build_type }}
You can’t perform that action at this time.
0 commit comments