diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55b0e37..22ead8f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: - name: Test working-directory: ${{env.build_path}} - run: ctest --output-on-failure + run: ctest --output-on-failure --extra-verbose - name: Run examples working-directory: ${{env.build_path}}