Skip to content

Commit 51358d2

Browse files
committed
ci: Update ctest arguments to report test output on failure
1 parent 83d26a6 commit 51358d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
5757
- name: Tests
5858
run: |
59-
ctest --test-dir build -C Release --output-junit test-results.xml
59+
ctest --test-dir build -C Release --output-on-failure --output-junit test-results.xml
6060
6161
- name: Publish Test Report
6262
uses: mikepenz/[email protected]

0 commit comments

Comments
 (0)