1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-28 20:02:00 +03:00

Use --output-on-failure on ctest

This commit is contained in:
Daniele Sciascia
2020-11-27 10:50:17 +01:00
parent ff94dfd8a7
commit dcf3ce91cd

View File

@ -160,4 +160,4 @@ jobs:
- name: Test
working-directory: ${{runner.workspace}}/build
shell: bash
run: ctest -C ${{ matrix.config.type }}
run: ctest -C ${{ matrix.config.type }} --output-on-failure