From af7504b4cc82f2901592543a89a136eb0e7597fe Mon Sep 17 00:00:00 2001 From: Patrick Roy Date: Mon, 29 Sep 2025 19:42:40 +0100 Subject: [PATCH] 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 --- .buildkite/test_description.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.buildkite/test_description.json b/.buildkite/test_description.json index 556038f..550c8e0 100644 --- a/.buildkite/test_description.json +++ b/.buildkite/test_description.json @@ -80,15 +80,6 @@ "riscv64" ] }, - { - "test_name": "check-warnings", - "command": "RUSTFLAGS=\"-D warnings\" cargo check --all-targets --all-features --workspace", - "platform": [ - "x86_64", - "aarch64", - "riscv64" - ] - }, { "test_name": "coverage", "command": "pytest $(find . -type f -name \"test_coverage.py\")",