diff --git a/.github/workflows/windows-conda.yml b/.github/workflows/windows-conda.yml
index 5f5e0af2fd895315e6d21bb654cb8298cbf5efea..37cfa88533f21d0d5191ef8f87d5894f8568ca1c 100644
--- a/.github/workflows/windows-conda.yml
+++ b/.github/workflows/windows-conda.yml
@@ -58,4 +58,4 @@ jobs:
           -DBUILD_WITH_URDF_SUPPORT=ON -DBUILD_PYTHON_INTERFACE=ON ^
           ..
         cmake --build . --config Release --target install
-        ctest --output-on-failure
+        ctest --output-on-failure -C Release