generated from eblume/project-template
|
All checks were successful
Build / validate (pull_request) Successful in 21m0s
The Forgejo k8s job image is a thin Alpine + Dagger orchestrator (no native Rust/Neovim toolchain, no prek) with a DinD sidecar — so CI was failing on step 1 (`prek: command not found`) on every run, and a native cargo hook wouldn't work there either. - build.yaml now runs `dagger call check` (cargo fmt/clippy/test on rust:1-bookworm) + `dagger call test-nvim` (build hephd + headless e2e). - New Dagger `check` function; CARGO_BUILD_JOBS capped on both functions so parallel rustc on heavy crates doesn't OOM the build engine; cargo registry + target caches shared across runs. - prek is intentionally not run in CI — it runs locally via git hooks. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| scripts | ||
| workflows | ||