File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments