ci: adds verbosity to the backend unit tests output (#5775)
This commit is contained in:
parent
69dc96039e
commit
f22cf01d5c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/python_test.yml
vendored
2
.github/workflows/python_test.yml
vendored
|
|
@ -73,7 +73,7 @@ jobs:
|
|||
with:
|
||||
timeout_minutes: 12
|
||||
max_attempts: 2
|
||||
command: make unit_tests async=false args="-x --splits ${{ matrix.splitCount }} --group ${{ matrix.group }}"
|
||||
command: make unit_tests async=false args="-x -vv --splits ${{ matrix.splitCount }} --group ${{ matrix.group }}"
|
||||
- name: Minimize uv cache
|
||||
run: uv cache prune --ci
|
||||
integration-tests:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue