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 cd99b0c commit 1ca9cb9Copy full SHA for 1ca9cb9
.github/workflows/zulip-ci.yml
@@ -173,7 +173,7 @@ jobs:
173
- name: Run backend tests
174
run: |
175
source tools/ci/activate-venv
176
- ./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
177
178
- name: Run mypy
179
0 commit comments