From 13923cd27041a5e81ca6768d6a20f304e5aaeb4d 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. --- bench/justfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bench/justfile b/bench/justfile index a9d1a56..c941027 100644 --- a/bench/justfile +++ b/bench/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