Skip to content

Commit

Permalink
Make Windows tests extra verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Dec 1, 2024
1 parent 3d78c2d commit b90b978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -571,10 +571,10 @@ jobs:
working-directory: ${{ runner.temp }}/release
- name: Test w/ coverage # We can't execute arm64 binaries on an x86-64 host.
if: matrix.arch != 'arm64' && matrix.toolchain != 'msvc'
run: ctest --output-on-failure --test-dir "%RUNNER_TEMP%/coverage" --verbose
run: ctest --output-on-failure --test-dir "%RUNNER_TEMP%/coverage" --extra-verbose
- name: Test w/o coverage # We can't execute arm64 binaries on an x86-64 host.
if: matrix.arch != 'arm64'
run: ctest --output-on-failure --test-dir "%RUNNER_TEMP%/release" --verbose
run: ctest --output-on-failure --test-dir "%RUNNER_TEMP%/release" --extra-verbose
- name: Collate test coverage
if: matrix.toolchain != 'msvc'
run: cmake --build "%RUNNER_TEMP%/coverage" --target coverage --verbose
Expand Down

0 comments on commit b90b978

Please sign in to comment.