Skip to content

Commit 01de3fc

Browse files
committed
STYLE: Use verbose logging during module build and test steps
1 parent 854388d commit 01de3fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test-package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -161,14 +161,14 @@ jobs:
161161
- name: Build and test
162162
if: matrix.os != 'windows-2022'
163163
run: |
164-
ctest --output-on-failure -j 2 -V -S dashboard.cmake ${{ env.ctest-options }}
164+
ctest --output-on-failure -j 2 -VV -S dashboard.cmake ${{ env.ctest-options }}
165165
166166
- name: Build and test
167167
if: matrix.os == 'windows-2022'
168168
shell: pwsh
169169
run: |
170170
& "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\Launch-VsDevShell.ps1" -Arch amd64 -SkipAutomaticLocation
171-
ctest --output-on-failure -j 2 -V -S dashboard.cmake ${{ env.ctest-options }}
171+
ctest --output-on-failure -j 2 -VV -S dashboard.cmake ${{ env.ctest-options }}
172172
173173
build-linux-py:
174174
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)