Skip to content

Commit 8101715

Browse files
committed
output on failure
1 parent cac1bff commit 8101715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: cmake --build build --config Release
4343

4444
- name: Test
45-
run: ctest --test-dir build --build-config Release
45+
run: ctest --test-dir build --build-config Release --output-on-failure
4646

4747
- name: Upload Test Results
4848
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)