fix(ci): run less harsh tests on CI, let local runners run harder ones

This commit is contained in:
2026-04-20 14:07:34 -04:00
parent 64bc6fcb1d
commit 3e8e4c9e1c
2 changed files with 37 additions and 0 deletions

View File

@@ -105,6 +105,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- run: pip install -e .[dev]
- run: pytest -m fuzz
env:
SCHEMATHESIS_CONFIG: schemathesis.ci.toml
merge-to-testing:
name: Merge dev → testing