From f00a5b44bd99b83c0f6d709da7b2c8fbaa32df3a Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Mon, 1 Feb 2021 19:13:41 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9dca4f97..41effd11f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,7 +115,7 @@ jobs: shell: bash run: | cd build - ctest --output-on-failure -C ${{ matrix.build_type }} . + ctest -VV --output-on-failure -C ${{ matrix.build_type }} . - name: Install [Ubuntu/macOS] if: contains(matrix.os, 'ubuntu') || matrix.os == 'macOS-latest'