Skip to content

Commit c966a88

Browse files
committed
✨ add testing to Makefile
1 parent 44da1d7 commit c966a88

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ clean:
1919
rm -rf .coverage
2020
rm -rf .ruff_cache
2121
rm -rf catboost_info
22+
23+
.PHONY: test
24+
test:
25+
poetry run pytest --cov=powershap tests/

0 commit comments

Comments
 (0)