We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1de5cbf commit 3967b81Copy full SHA for 3967b81
.github/workflows/unix_impl.yml
@@ -92,7 +92,7 @@ jobs:
92
shell: bash -elo pipefail {0}
93
run: |
94
unset CONDARC # Interferes with tests
95
- ./build/libmamba-spdlog/tests/test_libmamba_spdlog
+ ./build/libmamba-spdlog/tests/test_libmamba_logging_spdlog
96
97
libmambapy_tests_unix:
98
name: libmambapy tests
.github/workflows/windows_impl.yml
@@ -99,7 +99,7 @@ jobs:
99
100
101
102
- cd ./build/libmamba-spdlog && ./tests/test_libmamba_spdlog
+ cd ./build/libmamba-spdlog && ./tests/test_libmamba_logging_spdlog
103
104
libmambapy_tests_win:
105
0 commit comments