aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-06-09 08:19:48 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-06-09 08:19:48 -0400
commite9eba67358a5a015dac75d7db4199364cf1b5991 (patch)
tree9db6bee08b26960290b990342a5dbeaf026dddec
parentcc44bb9388acab34fdd4969ffccb314eb3e5a739 (diff)
downloadstasis-e9eba67358a5a015dac75d7db4199364cf1b5991.tar.gz
Enable verbose ctests
-rw-r--r--.github/workflows/cmake-multi-platform.yml2
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 }}