Skip to content

Commit 528617f

Browse files
committed
テスト失敗時の詳細を表示
1 parent f37d276 commit 528617f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626

2727
- name: Test
2828
working-directory: ${{github.workspace}}/build
29-
run: ctest -C ${{env.BUILD_TYPE}}
29+
run: ctest -C ${{env.BUILD_TYPE}} --rerun-failed --output-on-failure

0 commit comments

Comments
 (0)