Skip to content

Commit d3b9f3d

Browse files
committed
chore: fix ci
1 parent ad12f83 commit d3b9f3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
python-version: ${{ matrix.python-version }}
4545

4646
- name: Run tests
47-
run: uv run python -m pytest tests
47+
run: make test
4848

4949
- name: Check typing
50-
run: uv run ty check
50+
run: make check
5151

5252
check-docs:
5353
runs-on: ubuntu-latest
@@ -59,4 +59,4 @@ jobs:
5959
uses: ./.github/actions/setup-python-env
6060

6161
- name: Check if documentation can be built
62-
run: uv run mkdocs build -s
62+
run: make docs-test

0 commit comments

Comments
 (0)