Sign in
opensecura
/
3p
/
tock
/
libtock-rs
/
ebadc3ef174a792262c583054a0f6b92ae7a2b9c
/
.
/
run_all_checks.sh
blob: 7d9618096e05140202092609ddf7d60dc4a77389 [
file
]
#!/usr/bin/env bash
set
-
eux
cargo fmt
--
all
--
--
check
cargo test
--
workspace
cargo clippy
--
workspace
--
all
-
targets
./
build_examples
.
sh