Skip to content

Commit a06ac6e

Browse files
committed
removed debug info ci
1 parent 0c3275f commit a06ac6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/windows_impl.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
-D BUILD_LIBMAMBA_SPDLOG_TESTS=ON ^
4747
-D ENABLE_MAMBA_ROOT_PREFIX_FALLBACK=OFF
4848
if %errorlevel% neq 0 exit /b %errorlevel%
49-
cmake --build build/ --parallel --verbose
49+
cmake --build build/ --parallel
5050
if %errorlevel% neq 0 exit /b %errorlevel%
5151
- name: Show build cache statistics
5252
run: sccache --show-stats
@@ -89,12 +89,12 @@ jobs:
8989
shell: bash -elo pipefail {0}
9090
run: |
9191
unset CONDARC # Interferes with tests
92-
cd ./build/libmamba&& ldd ./tests/test_libmamba_logging && ./tests/test_libmamba_logging
92+
cd ./build/libmamba&& ./tests/test_libmamba_logging
9393
- name: Run libmamba spdlog-based logging tests
9494
shell: bash -elo pipefail {0}
9595
run: |
9696
unset CONDARC # Interferes with tests
97-
cd ./build/libmamba && ldd ../libmamba-spdlog/tests/test_libmamba_logging_spdlog && ../libmamba-spdlog/tests/test_libmamba_logging_spdlog
97+
cd ./build/libmamba && ../libmamba-spdlog/tests/test_libmamba_logging_spdlog
9898
- name: Run libmamba tests
9999
shell: bash -elo pipefail {0}
100100
run: |

0 commit comments

Comments
 (0)