Skip to content

Commit a054f34

Browse files
committed
still messing with actions
1 parent 7b00e35 commit a054f34

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/actions/BuildTestInstall/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343
- name: ctest
4444
shell: ${{inputs.shell}}
4545
working-directory: ${{github.workspace}}/build
46-
run: ctest
46+
run: ctest -R BinaryLoggerTestSuite -R LoggerTestSuite
4747

4848
- name: Install
4949
shell: ${{inputs.shell}}

test/gtest/CMakeLists.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
set(TARGET_NAME NumCpp_tests)
2+
set(TARGET_NAME LoggerTests)
33

44
add_executable(${TARGET_NAME}
55
test_BinaryLogger.cpp
@@ -24,7 +24,3 @@ target_link_libraries(${TARGET_NAME} PRIVATE
2424

2525
include(GoogleTest)
2626
gtest_discover_tests(${TARGET_NAME})
27-
28-
add_test(NAME ${TARGET_NAME}
29-
COMMAND ${TARGET_NAME}
30-
)

0 commit comments

Comments
 (0)