Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Commit 95dd264

Browse files
committed
fix: Remove "check-warnings" step from custom ci steps
We already have a `cargo check --all-targets --all-features` with `-D warnings` in the default CI inherited from rust-vmm-ci, so remove this duplicate. Signed-off-by: Patrick Roy <[email protected]>
1 parent ea328d1 commit 95dd264

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.buildkite/custom-tests.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,6 @@
3131
"x86_64",
3232
"aarch64"
3333
]
34-
},
35-
{
36-
"test_name": "check-warnings-all-features",
37-
"command": "RUSTFLAGS=\"-D warnings\" cargo check --all-features",
38-
"platform": [
39-
"x86_64",
40-
"aarch64"
41-
]
4234
}
4335
]
4436
}

0 commit comments

Comments
 (0)