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 \