Release: test infrastructure, rules overhaul, and design refresh #30

Merged
TheFurya merged 43 commits from develop into main 2026-02-21 16:58:18 +01:00
Showing only changes of commit 9a8a4f75f9 - Show all commits

View File

@@ -48,11 +48,8 @@ jobs:
source "$HOME/.local/bin/env"
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
uv python install 3.14
- name: Install dependencies
run: uv pip install --system --python 3.14 -e ".[dev]"
working-directory: backend
- name: Run tests
run: uv run --python 3.14 pytest -q
run: uv run --python 3.14 --extra dev pytest -q
working-directory: backend
env:
TEST_DATABASE_URL: postgresql+asyncpg://postgres:postgres@localhost:5433/nuzlocke_test