Skip to content

Commit

Permalink
adjust script to check clippy for release mode too as ci does that also
Browse files Browse the repository at this point in the history
  • Loading branch information
bircni committed Aug 27, 2024
1 parent 044b28d commit 22bb58e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ cargo fmt --all -- --check
cargo doc --quiet --lib --no-deps --all-features
cargo doc --quiet --document-private-items --no-deps --all-features
cargo clippy --quiet --all-targets --all-features -- -D warnings
cargo clippy --all-targets --all-features --release -- -D warnings # we need to check release mode too

./scripts/clippy_wasm.sh

cargo check --quiet --all-targets
Expand Down

0 comments on commit 22bb58e

Please sign in to comment.