Skip to content

Commit af7504b

Browse files
committed
ci: drop check-warnings test
We already run `cargo build` with `RUSTFlAGS=-Dwarnings`, so also running `cargo check` with the same arguments, on the same architectures, and with the same rustflags gains us nothing. Signed-off-by: Patrick Roy <[email protected]>
1 parent 5be3429 commit af7504b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.buildkite/test_description.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,6 @@
8080
"riscv64"
8181
]
8282
},
83-
{
84-
"test_name": "check-warnings",
85-
"command": "RUSTFLAGS=\"-D warnings\" cargo check --all-targets --all-features --workspace",
86-
"platform": [
87-
"x86_64",
88-
"aarch64",
89-
"riscv64"
90-
]
91-
},
9283
{
9384
"test_name": "coverage",
9485
"command": "pytest $(find . -type f -name \"test_coverage.py\")",

0 commit comments

Comments
 (0)