Skip to content

Commit 818cbef

Browse files
author
Oleh Kulykov
committed
1722333530
1 parent 8400327 commit 818cbef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake-mingw.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v4
3434

35-
- name: List infos
35+
- name: List versions
3636
run: |
3737
gcc --version
3838
g++ --version
@@ -65,4 +65,4 @@ jobs:
6565
working-directory: ${{ steps.strings.outputs.build-output-dir }}
6666
# Execute tests defined by the CMake configuration. Note that --build-config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
6767
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
68-
run: ctest --build-config ${{ matrix.build_type }} --verbose
68+
run: ctest --extra-verbose --build-config ${{ matrix.build_type }}

0 commit comments

Comments
 (0)