Skip to content

Commit

Permalink
There is no valgrind on the GH runners
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Nov 16, 2023
1 parent 0cd9aeb commit 5aeb5b6
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 @@ -303,8 +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: valgrind "$RUNNER_TEMP/test/unit/lib/testAbstractPokitService.exe"
shell: bash
#- run: valgrind "$RUNNER_TEMP/test/unit/lib/testAbstractPokitService.exe"
# shell: bash
- run: gdb -ex=run -ex=bt "$RUNNER_TEMP/test/unit/lib/testAbstractPokitService.exe"
shell: bash
- name: Test # We can't execute arm64 binaries on an x86-64 host.
Expand Down

0 comments on commit 5aeb5b6

Please sign in to comment.