From a7213ed931f2504902c3d7378d4423a9984f8635 Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Mon, 19 Dec 2022 18:02:18 +0100 Subject: Add recursive SHA256 example application --- script/check | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'script/check') diff --git a/script/check b/script/check index 6737278..b486aee 100755 --- a/script/check +++ b/script/check @@ -10,3 +10,9 @@ cargo test --workspace --all-targets --all-features cargo clippy --workspace --all-targets --all-features -- --deny warnings cargo doc --all-features --no-deps --document-private-items cargo audit + +( cd examples && + cargo check --workspace --all-targets --all-features && + cargo build --workspace --all-targets --all-features && + cargo clippy --workspace --all-targets --all-features -- --deny warnings && + cargo audit ) -- cgit v1.2.3