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