Skip to content

Commit f30ba09

Browse files
committed
Ignore errors of the C++ and python test suites
Signed-off-by: Julien Jerphanion <[email protected]>
1 parent a048d93 commit f30ba09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
- name: Show build cache statistics
6565
run: sccache --show-stats
6666
- name: Run C++ tests with coverage
67+
continue-on-error: true
6768
run: |
6869
unset CONDARC # Interferes with tests
6970
./build/libmamba/ext/solv-cpp/tests/test_solv_cpp
@@ -82,6 +83,7 @@ jobs:
8283
cmake --install build/ --prefix "${CONDA_PREFIX}"
8384
python -m pip install --no-deps --no-build-isolation ./libmambapy
8485
- name: Run Python tests with coverage
86+
continue-on-error: true
8587
run: |
8688
# Run libmambapy tests with coverage
8789
python -m pytest libmambapy/tests/ --cov=libmambapy --cov-report=xml --cov-report=term-missing

0 commit comments

Comments
 (0)