harmony/check.sh
2025-05-20 09:59:05 -04:00

6 lines
100 B
Bash
Executable File

#!/bin/sh
set -e
cargo check --all-targets --all-features --keep-going
cargo fmt --check
cargo test