diff --git a/justfile b/justfile index f04f4a0c2..ba93bd46a 100644 --- a/justfile +++ b/justfile @@ -1,6 +1,6 @@ test: cargo nextest run - cargo clippy + cargo clippy -- --deny warnings cargo fmt --check cargo doc --workspace --all-features --no-deps --document-private-items