From 3b0d965a21b99e2ca554b9e84754a97dff83bb8b Mon Sep 17 00:00:00 2001 From: strawberry Date: Sat, 8 Feb 2025 16:38:06 -0500 Subject: [PATCH] add back --all-targets for clippy/all ci step Signed-off-by: strawberry --- engage.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/engage.toml b/engage.toml index c1a2be1f..538e8d1e 100644 --- a/engage.toml +++ b/engage.toml @@ -119,6 +119,7 @@ env DIRENV_DEVSHELL=all-features \ --locked \ --profile test \ --all-features \ + --all-targets \ --color=always \ -- \ -D warnings