From e797ff1ba6b49af64cfc4d1bd74c9998a4947157 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Tue, 16 Dec 2025 18:47:11 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Remove=20debugging=20report?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cb4ef4da2..623807f8a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -111,9 +111,7 @@ jobs: run: uv pip install "anyio[trio]<4.0.0" - run: mkdir coverage - name: Test - # TODO: fix this - # run: bash scripts/test.sh - run: bash scripts/test.sh -k test_first_steps + run: bash scripts/test.sh env: COVERAGE_FILE: coverage/.coverage.${{ runner.os }}-py${{ matrix.python-version }} CONTEXT: ${{ runner.os }}-py${{ matrix.python-version }}