Skip to content

Commit

Permalink
still messing with actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilger26 committed Jan 16, 2025
1 parent 7b00e35 commit a054f34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/actions/BuildTestInstall/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runs:
- name: ctest
shell: ${{inputs.shell}}
working-directory: ${{github.workspace}}/build
run: ctest
run: ctest -R BinaryLoggerTestSuite -R LoggerTestSuite

- name: Install
shell: ${{inputs.shell}}
Expand Down
6 changes: 1 addition & 5 deletions test/gtest/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

set(TARGET_NAME NumCpp_tests)
set(TARGET_NAME LoggerTests)

add_executable(${TARGET_NAME}
test_BinaryLogger.cpp
Expand All @@ -24,7 +24,3 @@ target_link_libraries(${TARGET_NAME} PRIVATE

include(GoogleTest)
gtest_discover_tests(${TARGET_NAME})

add_test(NAME ${TARGET_NAME}
COMMAND ${TARGET_NAME}
)

0 comments on commit a054f34

Please sign in to comment.