Sign in
opensecura
/
3p
/
tock
/
libtock-rs
/
a52143990a96d2f5c7028fd75bef4d3a83ac1b57
/
.
/
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