commit 583bb9fb7bd16e0817cdd3830b412fdf1ea82cb3 parent bfc3f3a6011a6d5ff2e097848299ecfdd97fa139 Author: Andy Khramtsov <> Date: Fri, 20 Feb 2026 00:12:01 +0300 build: add build script Diffstat:
| M | justfile | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/justfile b/justfile @@ -6,3 +6,6 @@ default: # Nextest all workspace packages test: RUST_LOG=trace cargo nextest run --workspace --no-fail-fast + +release: + cargo build --release --target=x86_64-unknown-linux-musl