From 87678ff438abc929f173e14958bd58d2ade4bfc6 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Mon, 26 Apr 2021 20:32:48 +1000 Subject: [PATCH] ci: run unit tests verbosely --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4cb8b22ed..cafc07df8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: - name: Test working-directory: build run: | - ctest -C ${{ matrix.build-type }} + ctest -C ${{ matrix.build-type }} -V - name: Create Package id: package @@ -200,7 +200,7 @@ jobs: env: DEP_LOCATION: ${{ runner.workspace }}/install run: | - PATH=$PATH:$DEP_LOCATION/bin ctest -C ${{ matrix.build-type }} + PATH=$PATH:$DEP_LOCATION/bin ctest -C ${{ matrix.build-type }} -V - name: Create Package working-directory: ${{ runner.workspace }}/build @@ -340,7 +340,7 @@ jobs: working-directory: ${{ runner.workspace }}/build shell: bash run: | - ctest -C ${{ matrix.build-type }} + ctest -C ${{ matrix.build-type }} -V - name: Create Package working-directory: ${{ runner.workspace }}/build