Skip to content

Keep anti-AFK enabled during movement #10

Keep anti-AFK enabled during movement

Keep anti-AFK enabled during movement #10

Workflow file for this run

name: tests
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: windows-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.11", "3.13"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- run: python -m pip install --upgrade pip
- run: python -m pip install -r requirements-dev.txt
- run: python -m pytest -q
env:
QT_QPA_PLATFORM: offscreen
RUST_PAINTER_TEST_TIMEOUT_SCALE: "8"