Update clippy test command

Added the option --all-targets to the command in the clippy test for
clippy to also run on the integration tests.

Signed-off-by: Catalin Dumitru <catdum@amazon.com>
This commit is contained in:
Catalin Dumitru
2021-09-01 15:01:29 +03:00
committed by Andreea Florescu
parent d7ca3dc9f2
commit 1311bfa03f

View File

@@ -38,7 +38,7 @@
},
{
"test_name": "clippy",
"command": "cargo clippy --workspace --bins --examples --benches --all-features -- -D warnings",
"command": "cargo clippy --workspace --bins --examples --benches --all-features --all-targets -- -D warnings",
"platform": [
"x86_64",
"aarch64"