diff --git a/Justfile b/Justfile index 84e7886..9503515 100644 --- a/Justfile +++ b/Justfile @@ -1,13 +1,10 @@ set positional-arguments -check: check-cargo-lock test +check: test cargo check cargo fmt --check cargo clippy --no-deps -- -Dwarnings -check-cargo-lock: - cargo update --locked - lint-fix: cargo clippy --no-deps --fix