diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2023-01-31 23:01:42 +0100 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2023-02-01 08:51:45 +0800 |
commit | 207584075e8c462fd6213894a3501b5a00898092 (patch) | |
tree | c737d03f2e5301681cc54040467682466e55935d /.github/workflows | |
parent | be907a66e5723ae22cc361ef4e653fd4c956397e (diff) | |
download | fork-ledger-207584075e8c462fd6213894a3501b5a00898092.tar.gz fork-ledger-207584075e8c462fd6213894a3501b5a00898092.tar.bz2 fork-ledger-207584075e8c462fd6213894a3501b5a00898092.zip |
Rerun failed tests with output
for debugging
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/cmake.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 6bb2eb0d..864ddc15 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -72,4 +72,4 @@ jobs: working-directory: ${{github.workspace}}/build # Execute tests defined by the CMake configuration. # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail - run: ctest -C ${{env.BUILD_TYPE}} + run: ctest -C ${{env.BUILD_TYPE}} || ctest -C ${{env.BUILD_TYPE}} --rerun-failed --output-on-failure |