1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-08 20:41:59 +00:00

github: macOS: ctest -VV

This commit is contained in:
gitlost
2025-03-28 10:49:05 +00:00
parent a6c225447e
commit 59becc6e0a

View File

@@ -157,7 +157,7 @@ jobs:
- name: Test
working-directory: ${{runner.workspace}}/build
shell: bash
run: LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"$(pwd)/backend" PATH=$PATH:"$(pwd)/frontend" ctest -V -C $BUILD_TYPE
run: LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"$(pwd)/backend" PATH=$PATH:"$(pwd)/frontend" ctest -VV -C $BUILD_TYPE
build-macOS-sanitize:
runs-on: macOS-latest