Skip to content

Commit 1c9820a

Browse files
committed
CI: MSVC 下的 CTest 增加指定构建类型的指令
1 parent a448a8e commit 1c9820a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
- name: CMake build
4646
run: cmake --build build --verbose --config Release
4747
- name: ctest
48-
run: cd build && ctest . --verbose
48+
run: cd build && ctest . --verbose -C release

0 commit comments

Comments
 (0)