Skip to content

Commit

Permalink
Test StatusService with text output
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Jan 7, 2025
1 parent 1ae1534 commit 78812f6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,12 @@ jobs:
copy /v /b src\lib\${{ matrix.dll }} /b test\unit\cli
copy /v /b src\lib\${{ matrix.dll }} /b test\unit\lib
working-directory: ${{ runner.temp }}/release
- name: Test StatusService
if: matrix.toolchain == 'llvm'
shell: bash
run: |
/d/a/_temp/coverage/test/unit/lib/testStatusService.exe -o output.txt,txt || true
cat output.txt
- 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
Expand Down

0 comments on commit 78812f6

Please sign in to comment.