ci: stop backend unit tests on first failure (#4466)
ci: stop backend unit tests on first failure
This commit is contained in:
parent
0f6098aa28
commit
19301b1cce
1 changed files with 1 additions and 1 deletions
2
.github/workflows/python_test.yml
vendored
2
.github/workflows/python_test.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue