From 1523553577a94ba5a7ef51bb6a361f0b152ad3c1 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Date: Tue, 21 Jun 2022 15:09:15 +0200 Subject: [PATCH] Enable verbose tests on the debian build too --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a4d72cb..52c38ca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ build:debian-latest: script: - cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=install -S . -B build - cmake --build build - - cmake --build build --target test + - CTEST_OUTPUT_ON_FAILURE=1 cmake --build build --target test - cmake --build build --target install artifacts: paths: