Skip to content

Commit

Permalink
Try running a unit test directly
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Oct 12, 2023
1 parent 75ab9dd commit aa4a97e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,8 @@ 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 }}
- run: "$RUNNER_TEMP/test/unit/lib/testAbstractPokitService.exe"
shell: bash
- name: Test # We can't execute arm64 binaries on an x86-64 host.
if: matrix.arch != 'arm64'
run: ctest --output-on-failure --test-dir "%RUNNER_TEMP%" --verbose --debug
Expand Down

0 comments on commit aa4a97e

Please sign in to comment.