Skip to content

Commit ba3a6ee

Browse files
committed
chore: run clippy on all targets on CI
1 parent 8362fa6 commit ba3a6ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ args = ["serve", "--open", "${CARGO_MAKE_WORKSPACE_WORKING_DIRECTORY}/docs"]
290290
description = "Runs clippy on the workspace"
291291
category = "Development"
292292
command = "cargo"
293-
args = ["clippy", "--all", "--", "-D", "clippy::all", "-D", "warnings"]
293+
args = ["clippy", "--all", "--all-targets", "--", "-D", "clippy::all", "-D", "warnings"]
294294
dependencies = ["install-clippy"]
295295

296296
[tasks.install-clippy]

0 commit comments

Comments
 (0)