diff --git a/check b/check index bb7b4e4..f66c41f 100755 --- a/check +++ b/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 diff --git a/check.sh b/check.sh deleted file mode 100755 index bb7b4e4..0000000 --- a/check.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/env bash -# This scripts runs various CI-like checks in a convenient way. -set -eux - -cargo check --workspace --all-targets -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