Files
huskies/script/check
T

6 lines
197 B
Bash
Raw Normal View History

2026-04-29 13:24:10 +00:00
#!/usr/bin/env bash
# Fast compile-only check: no frontend build, no clippy, no tests.
# Use this for rapid iteration feedback while writing code.
set -euo pipefail
cargo check --tests --workspace