Skip to content

Commit 018f189

Browse files
committed
Run examples in the verbose mode
Signed-off-by: Lukasz Dorau <[email protected]>
1 parent d5b5d05 commit 018f189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484

8585
- name: Run examples
8686
working-directory: ${{github.workspace}}/build
87-
run: ctest --output-on-failure --test-dir examples -C Release
87+
run: ctest -V --test-dir examples -C Release
8888

8989
- name: Run tests
9090
if: matrix.build_tests == 'ON'

0 commit comments

Comments
 (0)