From 8ebaee998aa6b1de0123753a0df86b240235fa33 Mon Sep 17 00:00:00 2001 From: Peter Keresztes Schmidt Date: Sun, 7 Mar 2021 17:43:48 +0100 Subject: [PATCH] CI/Cirrus: Show Catch2 output on test failure --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 98047298e..775bacefb 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -19,4 +19,4 @@ task: test_script: - cd build - - make test + - CTEST_OUTPUT_ON_FAILURE=1 make test