Skip to content

Commit fc76448

Browse files
committed
update
1 parent 03e8d5c commit fc76448

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/linux_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- run: |
4343
set -e -x
4444
rm -rf build
45-
cmake --workflow --preset linux_clang_debug
45+
cmake --workflow --preset linux_clang_debug_workflow
4646
Linux_x64_gcc_ubuntu24_debug_asan:
4747
runs-on: ubuntu-24.04
4848
steps:

tests/unittest/CMakeLists.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Emscripten")
7171
endif()
7272
endif()
7373

74-
#gtest_discover_tests is slower.
7574
#gtest_discover_tests(mlas_unittest)
76-
add_test(NAME mlas_unittest WORKING_DIRECTORY $<TARGET_FILE_DIR:mlas_unittest>)
75+
add_test(NAME mlas_unittest
76+
COMMAND mlas_unittest
77+
WORKING_DIRECTORY $<TARGET_FILE_DIR:mlas_unittest>)

0 commit comments

Comments
 (0)