fix: validate scorer instance names in config (#407)

* fix: validate scorer instance names in config

* fix: run scorer config tests in CI

* fix: drop redundant UV_PYTHON env and quote unittest pattern

* fix: report precise scorer name validation errors
This commit is contained in:
Andrew Barnes
2026-07-15 10:58:10 -04:00
committed by GitHub
parent c8a254b825
commit e7b783ed85
4 changed files with 72 additions and 13 deletions
+3 -1
View File
@@ -43,7 +43,9 @@ jobs:
- name: Run tests
env:
PYTHONUNBUFFERED: "1"
run: uv run tests/run_tests.py 2>&1
run: |
uv run python -m unittest discover -s tests -p 'test_*.py'
uv run tests/run_tests.py 2>&1
- name: Build package
run: uv build