From 55cac8cfe021ca0dce2c0ea0af35f96cf9f4ac53 Mon Sep 17 00:00:00 2001 From: Patrick Roy Date: Wed, 1 Oct 2025 10:07:33 +0100 Subject: [PATCH] fix: convert unittests-gnu to use cargo-all-features Fixes: 6f7d3656a84b ("ci: convert build and test steps to use cargo-all-features") Signed-off-by: Patrick Roy --- .buildkite/test_description.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/test_description.json b/.buildkite/test_description.json index 153352c..3bb2ca9 100644 --- a/.buildkite/test_description.json +++ b/.buildkite/test_description.json @@ -27,7 +27,7 @@ }, { "test_name": "unittests-gnu", - "command": "cargo test --all-features --workspace", + "command": "cargo all-features test --workspace", "platform": [ "x86_64", "aarch64",