From 19301b1ccedf972e21951a017d7f5955d59ce295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=8Dtalo=20Johnny?= Date: Fri, 8 Nov 2024 10:23:25 -0300 Subject: [PATCH] ci: stop backend unit tests on first failure (#4466) ci: stop backend unit tests on first failure --- .github/workflows/python_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_test.yml b/.github/workflows/python_test.yml index f315b7dd8..8ff635b37 100644 --- a/.github/workflows/python_test.yml +++ b/.github/workflows/python_test.yml @@ -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: