Skip to content

Commit 7c25d08

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 3fc6228 commit 7c25d08

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
@@ -76,15 +76,6 @@
7676
"riscv64"
7777
]
7878
},
79-
{
80-
"test_name": "check-warnings",
81-
"command": "RUSTFLAGS=\"-D warnings\" cargo check --all-targets --all-features --workspace",
82-
"platform": [
83-
"x86_64",
84-
"aarch64",
85-
"riscv64"
86-
]
87-
},
8879
{
8980
"test_name": "coverage",
9081
"command": "pytest $(find . -type f -name \"test_coverage.py\")",

0 commit comments

Comments
 (0)