add on
Some checks are pending
pytest.yaml / add on (push) Waiting to run

This commit is contained in:
Justus Kuhlmann 2025-12-01 13:52:18 +01:00
commit f26e61f7af
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6

View file

@ -1,7 +1,17 @@
name: Pytest
on:
push:
branches:
- master
- develop
pull_request:
workflow_dispatch:
schedule:
- cron: '0 4 1 * *'
jobs:
test:
pytest:
strategy:
matrix:
python-version:
@ -20,5 +30,4 @@ jobs:
- name: Install corrlib
run: uv sync --locked --all-extras --dev
- name: Run tests
# For example, using `pytest`
run: uv run pytest tests