Update test.yml

- adds manual trigger for testing on GH actions 
- adds --extra cpu parameter to uv run
This commit is contained in:
Sermet Pekin 2026-02-16 15:33:48 +03:00 committed by GitHub
parent 3185f928d7
commit 7686d3c7e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,7 @@ on:
pull_request:
branches:
- master
workflow_dispatch:
jobs:
test:
@ -46,6 +47,6 @@ jobs:
- name: Run pytest
run: |
# uv run pytest tests/
.venv/bin/pytest tests/
uv run --extra cpu pytest tests/ -v