CI fails now when unit tests for backend fail (#536)

* CI fails now when unit tests for backend fail

* Fixing up a couple unit tests
This commit is contained in:
Cole Medin
2025-08-30 11:52:34 -06:00
committed by GitHub
parent 811d0a7f31
commit 763e5b8244
4 changed files with 11 additions and 9 deletions

View File

@@ -122,7 +122,7 @@ jobs:
uv run pytest tests/ --verbose --tb=short \
--cov=src --cov-report=xml --cov-report=html \
--cov-report=term-missing \
--junitxml=test-results.xml || true
--junitxml=test-results.xml
- name: Upload backend test results
if: always()