Add doc checks to before_commit.

This commit is contained in:
Ethiraric 2024-03-28 21:03:14 +01:00
parent 4aad863f87
commit bb3cc83120

View file

@ -7,6 +7,7 @@ before_commit:
cargo test --release
cargo test --doc
cargo build --profile=release-lto --package gen_large_yaml --bin gen_large_yaml --manifest-path tools/gen_large_yaml/Cargo.toml
RUSTDOCFLAGS="-D warnings" cargo doc --all-features
ethi_bench:
cargo build --release --all-targets