Skip to content

Commit d38123e

Browse files
Manciukicroypat
authored andcommitted
test(clippy): run clippy on all targets
Now that all warnings have been fixed, run clippy on any target so to catch any issues. Signed-off-by: Riccardo Mancini <[email protected]>
1 parent ac7c37a commit d38123e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_tests/build/test_clippy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ def test_rust_clippy(target):
2222
"""
2323
Test that clippy does not generate any errors/warnings.
2424
"""
25-
cargo("clippy", f"--target {target} --all --profile test", "-D warnings")
25+
cargo("clippy", f"--target {target} --all --all-targets", "-D warnings")

0 commit comments

Comments
 (0)