Skip to content

Commit

Permalink
Make check.sh more quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Dec 28, 2023
1 parent 790b401 commit 9dbfb8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ set -x
# Checks all tests, lints etc.
# Basically does what the CI does.

cargo install cargo-cranky # Uses lints defined in Cranky.toml. See https://github.com/ericseppanen/cargo-cranky
cargo install typos-cli
cargo install --quiet cargo-cranky # Uses lints defined in Cranky.toml. See https://github.com/ericseppanen/cargo-cranky
cargo install --quiet typos-cli

# web_sys_unstable_apis is required to enable the web_sys clipboard API which eframe web uses,
# as well as by the wasm32-backend of the wgpu crate.
Expand Down

0 comments on commit 9dbfb8c

Please sign in to comment.