We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c1d14d commit ab4aa56Copy full SHA for ab4aa56
.github/workflows/ci.yml
@@ -1,4 +1,4 @@
1
-name: Async-kernel test
+name: CI
2
3
on: [push]
4
jobs:
@@ -49,6 +49,7 @@ jobs:
49
python-version: ${{ matrix.python-version }}
50
51
- name: Run tests with coverage
52
+ timeout-minutes: 5
53
run: uv run pytest -vv --cov --cov-fail-under=100
54
55
pre-commit:
.github/workflows/publish-docs.yml
-name: docs
+name: Publish docs
on:
push:
branches:
0 commit comments