mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-30 07:23:07 +03:00
Use --output-on-failure on ctest
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -160,4 +160,4 @@ jobs:
|
|||||||
- name: Test
|
- name: Test
|
||||||
working-directory: ${{runner.workspace}}/build
|
working-directory: ${{runner.workspace}}/build
|
||||||
shell: bash
|
shell: bash
|
||||||
run: ctest -C ${{ matrix.config.type }}
|
run: ctest -C ${{ matrix.config.type }} --output-on-failure
|
||||||
|
Reference in New Issue
Block a user