test word-count-cls
This commit is contained in:
parent
9d56fd279a
commit
d02a950eb6
1
Makefile
1
Makefile
|
@ -26,6 +26,7 @@ test: build
|
|||
cargo test $(CARGO_FLAGS)
|
||||
pip install setuptools-rust pytest pytest-benchmark
|
||||
cd examples/word-count && python setup.py install && pytest -v tests
|
||||
cd examples/word-count-cls && python setup.py install && pytest -v tests
|
||||
|
||||
clippy:
|
||||
if $$CLIPPY; then cargo clippy $(CARGO_FLAGS); fi
|
||||
|
|
Loading…
Reference in New Issue