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