huskies: merge 862

This commit is contained in:
dave
2026-04-29 13:24:10 +00:00
parent 69930fb29f
commit b4854cf693
9 changed files with 190 additions and 6 deletions
Executable
+5
View File
@@ -0,0 +1,5 @@
#!/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