huskies: merge 862
This commit is contained in:
Executable
+5
@@ -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
|
||||
Reference in New Issue
Block a user