Skip to content

Commit

Permalink
STYLE: Use verbose logging during module build and test steps
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenanz committed Oct 17, 2024
1 parent 854388d commit 01de3fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,14 @@ jobs:
- name: Build and test
if: matrix.os != 'windows-2022'
run: |
ctest --output-on-failure -j 2 -V -S dashboard.cmake ${{ env.ctest-options }}
ctest --output-on-failure -j 2 -VV -S dashboard.cmake ${{ env.ctest-options }}
- name: Build and test
if: matrix.os == 'windows-2022'
shell: pwsh
run: |
& "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\Launch-VsDevShell.ps1" -Arch amd64 -SkipAutomaticLocation
ctest --output-on-failure -j 2 -V -S dashboard.cmake ${{ env.ctest-options }}
ctest --output-on-failure -j 2 -VV -S dashboard.cmake ${{ env.ctest-options }}
build-linux-py:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 01de3fc

Please sign in to comment.