diff --git a/justfile b/justfile index 266d18f..bc39438 100644 --- a/justfile +++ b/justfile @@ -10,4 +10,6 @@ lint: cargo clippy clean: cargo clean - rm -rf bld/ \ No newline at end of file + rm -rf bld/ +test: + RUST_LOG=debug cargo test --benches --tests --all-features -- --nocapture \ No newline at end of file