From 298a42f24b6984ac546cefb778edbfc0e3335cab Mon Sep 17 00:00:00 2001 From: ddidderr Date: Fri, 12 Jun 2026 23:13:25 +0200 Subject: [PATCH] justfile: test more --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index ecf833d..24ba56c 100644 --- a/justfile +++ b/justfile @@ -27,7 +27,7 @@ clippy: cargo clippy --workspace --all-targets --all-features -- -D warnings test: - cargo test --workspace + cargo test --workspace --all-targets --all-features clean: cargo clean