We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad12f83 commit d3b9f3dCopy full SHA for d3b9f3d
1 file changed
.github/workflows/main.yml
@@ -44,10 +44,10 @@ jobs:
44
python-version: ${{ matrix.python-version }}
45
46
- name: Run tests
47
- run: uv run python -m pytest tests
+ run: make test
48
49
- name: Check typing
50
- run: uv run ty check
+ run: make check
51
52
check-docs:
53
runs-on: ubuntu-latest
@@ -59,4 +59,4 @@ jobs:
59
uses: ./.github/actions/setup-python-env
60
61
- name: Check if documentation can be built
62
- run: uv run mkdocs build -s
+ run: make docs-test
0 commit comments