Skip to content

Commit 21bba9f

Browse files
committed
CTest: make it output on error
1 parent 9de9b90 commit 21bba9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
if: failure()
2828

2929
- name: CTest
30-
run: ctest --parallel -V
30+
run: ctest --output-on-failure --parallel -V
3131
working-directory: build
3232

3333
- uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)