Skip to content

Commit 22f393a

Browse files
committed
Update Makefile
1 parent 8676029 commit 22f393a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ build:
3030
upload:
3131
uv publish
3232

33-
tests:
33+
tests: install
3434
uv run coverage run --rcfile=.coveragerc -m pytest --verbose --showlocals --disable-warnings \
3535
tests/ && \
3636
uv run coverage report --precision=3 --sort=cover --skip-empty --show-missing && \
3737
uv run coverage html --precision=3 --skip-empty -d coverage/html/ && \
3838
uv run coverage xml -o coverage/coverage.xml
3939

40-
doc:
40+
doc: install
4141
cd docs/ && \
42-
uv run make html -e
42+
uv run --group docs make html -e

0 commit comments

Comments
 (0)