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