From c994c9024752e02c104cc5cf988735ba0083645a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Fri, 20 May 2022 17:45:44 +0200 Subject: [PATCH] Justfile: Remove Cargo.lock check --- Justfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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