Skip to content

Commit

Permalink
Update ctest yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kocimil1 committed Dec 18, 2024
1 parent 5db40a4 commit 5b516dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
# Execute tests defined by the CMake configuration.
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
- name: Test
working-directory: ${{github.workspace}}/tests
working-directory: ${{github.workspace}}/cpp/tests
run: ctest ${{github.workspace}}/cpp/Build -V #--test-dir ${{github.workspace}}/cpp/Build/tests

0 comments on commit 5b516dc

Please sign in to comment.