Skip to content

Commit

Permalink
build(lint): make lockfile check quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
dundargoc committed Feb 26, 2024
1 parent 9e5bf65 commit 92690f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ test_wasm:
script/test-wasm

lint:
cargo update --workspace --locked
cargo update --workspace --locked --quiet
cargo check --workspace --all-targets
cargo fmt --all --check
cargo clippy --workspace --all-targets -- -D warnings
Expand Down

0 comments on commit 92690f2

Please sign in to comment.