From 65359d736c7e3f0030cce7e36805298e5aa26456 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 23 Jan 2024 14:47:01 -0600 Subject: [PATCH] adding just test --- justfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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