From e7fcc1726f76cd72af8b9860af3338bab144f185 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Wed, 21 Apr 2021 17:45:01 +1000 Subject: [PATCH] ci: verbose testing --- .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 33d31a454..b3417751e 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 @@ -199,7 +199,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 @@ -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