ci: adds verbosity to the backend unit tests output (#5775)

This commit is contained in:
Ítalo Johnny
2025-01-19 20:21:24 -03:00
committed by GitHub
parent 69dc96039e
commit f22cf01d5c

View File

@ -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: