Add doctest to check.sh
This commit is contained in:
parent
b3fa533ac5
commit
92b1257ec3
1 changed files with 1 additions and 0 deletions
1
check.sh
1
check.sh
|
@ -5,6 +5,7 @@ cargo check --workspace --all-targets --all-features --release
|
||||||
cargo fmt --all -- --check
|
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 test --workspace --doc
|
||||||
|
|
||||||
cargo check -p demo_web --target wasm32-unknown-unknown
|
cargo check -p demo_web --target wasm32-unknown-unknown
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue