check: remove duplicate and disable wasm checks
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
4
check
4
check
@@ -3,9 +3,9 @@
|
||||
set -eux
|
||||
|
||||
cargo check --workspace --all-targets
|
||||
cargo check --workspace --all-features --lib --target wasm32-unknown-unknown
|
||||
#cargo check --workspace --all-features --lib --target wasm32-unknown-unknown
|
||||
cargo fmt --all -- --check
|
||||
cargo clippy --workspace --all-targets --all-features -- -D warnings -W clippy::all
|
||||
cargo test --workspace --all-targets --all-features
|
||||
cargo test --workspace --doc
|
||||
trunk build
|
||||
#trunk build
|
||||
|
||||
Reference in New Issue
Block a user