Skip to content

Commit bf67d99

Browse files
committed
ci: minor fixes
1 parent 4d5523f commit bf67d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ mypy: ## run mypy
5050
uv run mypy src/kiara
5151

5252
test: ## run tests quickly with the default Python
53-
uv run py.test
53+
uv run pytest tests
5454

5555
coverage: ## check code coverage quickly with the default Python
5656
coverage run -m pytest tests

0 commit comments

Comments
 (0)