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\")",