Skip to content

Commit 55cac8c

Browse files
committed
fix: convert unittests-gnu to use cargo-all-features
Fixes: 6f7d365 ("ci: convert build and test steps to use cargo-all-features") Signed-off-by: Patrick Roy <[email protected]>
1 parent 1d02fcc commit 55cac8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/test_description.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
{
2929
"test_name": "unittests-gnu",
30-
"command": "cargo test --all-features --workspace",
30+
"command": "cargo all-features test --workspace",
3131
"platform": [
3232
"x86_64",
3333
"aarch64",

0 commit comments

Comments
 (0)