Release: test infrastructure, rules overhaul, and design refresh #30
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user