From b70dc9352df49c2c331eeb963abe7f92e8bfa2b5 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Mon, 14 Jul 2025 14:09:59 +0200 Subject: [PATCH] Update .gitea/workflows/test.yml --- .gitea/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 1d1e2ef5..32f687a5 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -100,7 +100,7 @@ jobs: tail -n 30 ci-reports/markdown/string_utils_test.log echo "🧪 Running pytest with coverage and report generation..." - pixi run pytest . \ + pixi run pytest tests/test_io_utils.py tests/test_math_utils.py tests/test_string_utils.py \ --continue-on-collection-errors \ --cov=slic \ --cov-report=xml:ci-reports/coverage/coverage.xml \