make: drop redundant cargo check

This commit is contained in:
Amaan Qureshi 2026-02-08 11:33:44 -05:00 committed by Amaan Qureshi
parent b1b0ef9238
commit e7389ccc2a

View file

@ -122,7 +122,6 @@ test-wasm:
lint:
cargo update --workspace --locked --quiet
cargo check --workspace --all-targets
cargo fmt --all --check
cargo clippy --workspace --all-targets -- -D warnings