diff --git a/Makefile b/Makefile index fd6eb705..afa4b41e 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ test-python: pytest -vs tests/python rm -rf tests/work/* -test-rust: test-rust-clean test-rust-setup +test-rust: cargo test -- --nocapture rm -rf tests/work/*