ci(engage): use all-features direnv devshell for clippy/all
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
f6fa2a4f65
commit
79fb8091dc
1 changed files with 9 additions and 7 deletions
|
@ -93,7 +93,9 @@ cargo clippy \
|
||||||
name = "clippy/all"
|
name = "clippy/all"
|
||||||
group = "lints"
|
group = "lints"
|
||||||
script = """
|
script = """
|
||||||
cargo clippy \
|
env DIRENV_DEVSHELL=all-features \
|
||||||
|
direnv exec . \
|
||||||
|
cargo clippy \
|
||||||
--workspace \
|
--workspace \
|
||||||
--all-targets \
|
--all-targets \
|
||||||
--all-features \
|
--all-features \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue