ci(engage): use all-features devshell for cargo doc / rustdoc --all-features
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
79fb8091dc
commit
4ea7af5780
1 changed files with 9 additions and 6 deletions
15
engage.toml
15
engage.toml
|
@ -69,12 +69,15 @@ script = "cargo fmt --check -- --color=always"
|
||||||
name = "cargo-doc"
|
name = "cargo-doc"
|
||||||
group = "lints"
|
group = "lints"
|
||||||
script = """
|
script = """
|
||||||
RUSTDOCFLAGS="-D warnings" cargo doc \
|
env DIRENV_DEVSHELL=all-features \
|
||||||
--workspace \
|
RUSTDOCFLAGS="-D warnings" \
|
||||||
--all-features \
|
direnv exec . \
|
||||||
--no-deps \
|
cargo doc \
|
||||||
--document-private-items \
|
--workspace \
|
||||||
--color always
|
--all-features \
|
||||||
|
--no-deps \
|
||||||
|
--document-private-items \
|
||||||
|
--color always
|
||||||
"""
|
"""
|
||||||
|
|
||||||
[[task]]
|
[[task]]
|
||||||
|
|
Loading…
Add table
Reference in a new issue