diff --git a/Makefile b/Makefile index afa4b41e..841c4d5d 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,8 @@ setup: publish: maturin publish +test: test-python test-rust + test-python: pytest -vs tests/python rm -rf tests/work/*