fix: convert unittests-gnu to use cargo-all-features

Fixes: 6f7d3656a8 ("ci: convert build and test steps to use cargo-all-features")
Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
This commit is contained in:
Patrick Roy
2025-10-01 10:07:33 +01:00
committed by Patrick Roy
parent 1d02fcc49a
commit 55cac8cfe0

View File

@@ -27,7 +27,7 @@
},
{
"test_name": "unittests-gnu",
"command": "cargo test --all-features --workspace",
"command": "cargo all-features test --workspace",
"platform": [
"x86_64",
"aarch64",