Skip to content

Commit

Permalink
ENH: add ctest config and continue on error since there can be issues…
Browse files Browse the repository at this point in the history
… with the test data setup via the cmake function

Signed-off-by: Michael Brunner <[email protected]>
  • Loading branch information
Brunner246 committed Sep 24, 2024
1 parent d5932c3 commit 58adb60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
ls -R ${{ github.workspace }}/output/bin/release
- name: Run tests
continue-on-error: true
run: |
cd cmake-build-release
ctest --output-on-failure
ctest -C Release --output-on-failure
2 changes: 0 additions & 2 deletions test/test_geometry/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ target_link_libraries(${PROJECT_NAME} PRIVATE
logging
)

set(BINARY ${PROJECT_NAME})

include(GoogleTest)
gtest_discover_tests(${PROJECT_NAME})

Expand Down

0 comments on commit 58adb60

Please sign in to comment.