Skip to content

Commit 1592399

Browse files
committed
修改
1 parent 73a1e96 commit 1592399

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 -V -C Release
22+
ctest -V -C --output-on-failure Release
2323
cmake --install . --config Release --prefix ${{ github.workspace }}/artifact/${{ runner.os }}/
2424
2525
- name: Upload

0 commit comments

Comments
 (0)