mirror of
https://github.com/p-e-w/heretic.git
synced 2026-09-23 04:26:10 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user