WEFT_OS/infra/scripts/check.sh

7 lines
140 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -euo pipefail
cargo fmt --all --check
cargo clippy --workspace --all-targets -- -D warnings
cargo test --workspace