Add doc checks to before_commit
.
This commit is contained in:
parent
4aad863f87
commit
bb3cc83120
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue