Commit 01de3fc 1 parent 854388d commit 01de3fc Copy full SHA for 01de3fc
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -161,14 +161,14 @@ jobs:
161
161
- name : Build and test
162
162
if : matrix.os != 'windows-2022'
163
163
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 }}
165
165
166
166
- name : Build and test
167
167
if : matrix.os == 'windows-2022'
168
168
shell : pwsh
169
169
run : |
170
170
& "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 }}
172
172
173
173
build-linux-py :
174
174
runs-on : ubuntu-22.04
You can’t perform that action at this time.
0 commit comments