mirror of https://github.com/zulip/zulip.git
ci: Disable coverage on Debian 12.
This is probably a more effective workaround for https://github.com/python/cpython/issues/106092. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
49e3e6da06
commit
4f27381ebc
|
@ -173,7 +173,7 @@ jobs:
|
|||
- name: Run backend tests
|
||||
run: |
|
||||
source tools/ci/activate-venv
|
||||
./tools/test-backend --coverage --xml-report --no-html-report --include-webhooks --include-transaction-tests --no-cov-cleanup --ban-console-output
|
||||
./tools/test-backend ${{ matrix.os != 'bookworm' && '--coverage' || '' }} --xml-report --no-html-report --include-webhooks --include-transaction-tests --no-cov-cleanup --ban-console-output
|
||||
|
||||
- name: Run mypy
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue