ci: stop backend unit tests on first failure (#4466)

ci: stop backend unit tests on first failure
This commit is contained in:
Ítalo Johnny 2024-11-08 10:23:25 -03:00 committed by GitHub
commit 19301b1cce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -71,7 +71,7 @@ jobs:
with:
timeout_minutes: 12
max_attempts: 2
command: make unit_tests async=false args="--splits ${{ matrix.splitCount }} --group ${{ matrix.group }}"
command: make unit_tests async=false args="-x --splits ${{ matrix.splitCount }} --group ${{ matrix.group }}"
- name: Minimize uv cache
run: uv cache prune --ci
integration-tests: