Skip to content

Commit

Permalink
add make test
Browse files Browse the repository at this point in the history
add `make test` target into Makefile that tests both rust and python
  • Loading branch information
chris-ha458 committed Aug 22, 2023
1 parent 02ebf87 commit 6a2e479
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ setup:
publish:
maturin publish

test: test-python test-rust

test-python:
pytest -vs tests/python
rm -rf tests/work/*
Expand Down

0 comments on commit 6a2e479

Please sign in to comment.