Skip to content

Commit 5f379f4

Browse files
committed
输出日志
1 parent cb57345 commit 5f379f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
cd build
2020
cmake ..
2121
cmake --build . --config Release
22-
ctest --force-new-ctest-process -C Release
22+
ctest --force-new-ctest-process -V -C Release
2323
cmake --install . --config Release --prefix ${{ github.workspace }}/artifact/${{ runner.os }}/
2424
2525
- name: Upload

0 commit comments

Comments
 (0)