We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53ec9ea commit e432f8bCopy full SHA for e432f8b
.github/workflows/cmake-multi-platform.yml
@@ -56,7 +56,7 @@ jobs:
56
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }}
57
58
- name: Run Google Tests
59
- working-directory: ${{ steps.strings.outputs.build-output-dir }}
+ working-directory: ${{ steps.strings.outputs.build-output-dir }}/test/unit-tests
60
run: |
61
- # Localize the test executable (adjust "tests" to match your actual executable name)
62
- ./tests
+ # Execute the test binary (adjust if additional steps are needed)
+ ./LibUnitTests
0 commit comments