ci: block new async blocking calls

This commit is contained in:
jxxghp
2026-08-21 22:29:19 +08:00
parent dd246fe045
commit 1b253510e1
7 changed files with 277 additions and 3 deletions
+3
View File
@@ -56,6 +56,9 @@ jobs:
- name: Check complexity ratchet
run: uv run --locked --no-sync python scripts/architecture/complexity.py
- name: Check async blocking ratchet
run: uv run --locked --no-sync python scripts/architecture/async_blocking.py
pytest:
runs-on: ubuntu-latest
name: Unit Tests (${{ matrix.shard }})