Skip to content

Commit e432f8b

Browse files
authored
Update cmake-multi-platform.yml
1 parent 53ec9ea commit e432f8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cmake-multi-platform.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }}
5757

5858
- name: Run Google Tests
59-
working-directory: ${{ steps.strings.outputs.build-output-dir }}
59+
working-directory: ${{ steps.strings.outputs.build-output-dir }}/test/unit-tests
6060
run: |
61-
# Localize the test executable (adjust "tests" to match your actual executable name)
62-
./tests
61+
# Execute the test binary (adjust if additional steps are needed)
62+
./LibUnitTests

0 commit comments

Comments
 (0)