From 92b1257ec342e5fac3be6d86e4da9301554b1016 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Fri, 13 Nov 2020 11:31:13 +0100 Subject: [PATCH] Add doctest to check.sh --- check.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/check.sh b/check.sh index fe5229a1..a7f31221 100755 --- a/check.sh +++ b/check.sh @@ -5,6 +5,7 @@ cargo check --workspace --all-targets --all-features --release 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 test --workspace --all-targets --all-features +cargo test --workspace --doc cargo check -p demo_web --target wasm32-unknown-unknown