Add gen_large_yaml to justfile's before_commit.
This commit is contained in:
parent
b7755e119c
commit
0a05d3c0ed
1 changed files with 2 additions and 0 deletions
|
@ -3,4 +3,6 @@ before_commit:
|
||||||
cargo clippy --all-targets -- -D warnings
|
cargo clippy --all-targets -- -D warnings
|
||||||
cargo build --release --all-targets
|
cargo build --release --all-targets
|
||||||
cargo build --all-targets
|
cargo build --all-targets
|
||||||
|
cargo test
|
||||||
cargo test --release
|
cargo test --release
|
||||||
|
cargo build --profile=release-lto --package gen_large_yaml --bin gen_large_yaml --manifest-path tools/gen_large_yaml/Cargo.toml
|
||||||
|
|
Loading…
Reference in a new issue