Check wasm32 target in check.sh
This commit is contained in:
parent
8393d1df47
commit
80fedbd3fc
1 changed files with 1 additions and 0 deletions
1
check.sh
1
check.sh
|
@ -6,6 +6,7 @@ cargo fmt --all -- --check
|
||||||
CARGO_INCREMENTAL=0 cargo clippy --workspace --all-targets --all-features -- -D warnings -W clippy::all #-W clippy::pedantic -W clippy::restriction -W clippy::nursery
|
CARGO_INCREMENTAL=0 cargo clippy --workspace --all-targets --all-features -- -D warnings -W clippy::all #-W clippy::pedantic -W clippy::restriction -W clippy::nursery
|
||||||
cargo test --workspace --all-targets --all-features
|
cargo test --workspace --all-targets --all-features
|
||||||
|
|
||||||
|
cargo check -p demo_web --target wasm32-unknown-unknown
|
||||||
|
|
||||||
# For finding bloat:
|
# For finding bloat:
|
||||||
# cargo bloat --release --bin demo_glium -n 200 | rg egui
|
# cargo bloat --release --bin demo_glium -n 200 | rg egui
|
||||||
|
|
Loading…
Reference in a new issue