Skip to content

Commit c83e586

Browse files
committed
ci: fixed name of the new tests to run
1 parent 2974852 commit c83e586

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unix_impl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
shell: bash -elo pipefail {0}
9393
run: |
9494
unset CONDARC # Interferes with tests
95-
./build/libmamba-spdlog/tests/test_libmamba_spdlog
95+
./build/libmamba-spdlog/tests/test_libmamba_logging_spdlog
9696
9797
libmambapy_tests_unix:
9898
name: libmambapy tests

.github/workflows/windows_impl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
shell: bash -elo pipefail {0}
100100
run: |
101101
unset CONDARC # Interferes with tests
102-
cd ./build/libmamba-spdlog && ./tests/test_libmamba_spdlog
102+
cd ./build/libmamba-spdlog && ./tests/test_libmamba_logging_spdlog
103103
104104
libmambapy_tests_win:
105105
name: libmambapy tests

0 commit comments

Comments
 (0)