Adds a justfile with check, build, test, fmt, fmt-check, clippy, run-relay, nix-build, docker-build, and ci recipes. The ci recipe chains fmt-check, clippy, test, and cargo-audit to mirror the CI pipeline.
+3
-9
justfile
+2
-2
CLAUDE.md
History
2 rounds
0 comments
2 commits
expand
collapse
Adds a justfile with check, build, test, fmt, fmt-check, clippy,
run-relay, nix-build, docker-build, and ci recipes. The ci recipe
chains fmt-check, clippy, test, and cargo-audit to mirror the CI
pipeline.
- fmt-check: drop legacy -- separator (cargo fmt --all --check)
- clippy comment: clarify that -D warnings promotes all compiler warnings,
not just Clippy lints
- docker-build comment: add macOS escape hatch note (use remote Linux builder or CI)
- Remove self-evident comments on check, build, test, fmt, run-relay
- CLAUDE.md: align clippy and fmt --check commands with justfile
expand 0 comments
1 commit
expand
collapse
Adds a justfile with check, build, test, fmt, fmt-check, clippy,
run-relay, nix-build, docker-build, and ci recipes. The ci recipe
chains fmt-check, clippy, test, and cargo-audit to mirror the CI
pipeline.