From 704d30c7a69abf9d5c0131ac9112afc5f8fa7675 Mon Sep 17 00:00:00 2001 From: Ethiraric Date: Fri, 15 Mar 2024 12:42:10 +0100 Subject: [PATCH] Add gen_large_yaml to justfile's before_commit. --- parser/justfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/parser/justfile b/parser/justfile index a9d1a56..c941027 100644 --- a/parser/justfile +++ b/parser/justfile @@ -3,4 +3,6 @@ before_commit: cargo clippy --all-targets -- -D warnings cargo build --release --all-targets cargo build --all-targets + cargo test cargo test --release + cargo build --profile=release-lto --package gen_large_yaml --bin gen_large_yaml --manifest-path tools/gen_large_yaml/Cargo.toml