Skip to content

Commit b76e4d2

Browse files
Activate verbose flag when using ctest in cmake-for-libraries.yml
1 parent 75a46d8 commit b76e4d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-for-libraries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ jobs:
6060

6161
- name: Test with Ctest
6262
working-directory: ${{ steps.directories.outputs.build-dir }}
63-
run: ctest --build-config ${{ matrix.build_type }}
63+
run: ctest -V --build-config ${{ matrix.build_type }}

0 commit comments

Comments
 (0)