Skip to content

Commit 7fe43b0

Browse files
committed
Fix test command in Makefiles
1 parent f4f2217 commit 7fe43b0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ lint: ## check style with ruff
5252
cython-lint selectolax/
5353
mypy selectolax tests
5454

55+
.PHONY: test
5556
test: ## run tests quickly with the default Python
5657
pytest tests -s -v
5758

0 commit comments

Comments
 (0)