diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-06-09 08:19:48 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-06-09 08:19:48 -0400 |
commit | e9eba67358a5a015dac75d7db4199364cf1b5991 (patch) | |
tree | 9db6bee08b26960290b990342a5dbeaf026dddec | |
parent | cc44bb9388acab34fdd4969ffccb314eb3e5a739 (diff) | |
download | ohmycal-e9eba67358a5a015dac75d7db4199364cf1b5991.tar.gz |
Enable verbose ctests
-rw-r--r-- | .github/workflows/cmake-multi-platform.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 8f342a3..7f008cd 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -55,4 +55,4 @@ jobs: - name: Test working-directory: ${{ steps.strings.outputs.build-output-dir }} - run: ctest --build-config ${{ matrix.build_type }} + run: ctest -V --build-config ${{ matrix.build_type }} |