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 55b6a4a commit 9bc3b36Copy full SHA for 9bc3b36
.github/workflows/unit-tests.yml
@@ -55,7 +55,7 @@ jobs:
55
run: |
56
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
57
- name: Install dependencies
58
- run: uv sync --dev --extra sql --extra encryption
+ run: uv sync --dev --extra sql --extra encryption --extra grpc
59
- name: Run tests and check coverage
60
run: uv run pytest --cov=a2a --cov-report=xml --cov-fail-under=89
61
- name: Show coverage summary in log
0 commit comments