Justfile: Remove Cargo.lock check

This commit is contained in:
2022-05-20 17:45:44 +02:00
parent 3e8aad2221
commit c994c90247

View File

@@ -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