Skip to content

Commit 08a1946

Browse files
committed
ci: drop all custom tests
They were all related to testing specific features, but since the CI by default now uses cargo-all-features, this is redundant. Leave custom-tests.json around, as removing it would mean we also have to modify the buildkite pipeline definition itself, and that's always a bit messy to coordinate with the merging of PRs. Signed-off-by: Patrick Roy <[email protected]>
1 parent 73b2fa9 commit 08a1946

File tree

1 file changed

+1
-36
lines changed

1 file changed

+1
-36
lines changed

.buildkite/custom-tests.json

Lines changed: 1 addition & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,3 @@
11
{
2-
"tests": [
3-
{
4-
"test_name": "build-fam-gnu",
5-
"command": "cargo build --release --features=fam-wrappers",
6-
"platform": [
7-
"x86_64",
8-
"aarch64",
9-
"riscv64"
10-
]
11-
},
12-
{
13-
"test_name": "build-fam-musl",
14-
"command": "cargo build --release --features=fam-wrappers --target {target_platform}-unknown-linux-musl",
15-
"platform": [
16-
"x86_64",
17-
"aarch64"
18-
]
19-
},
20-
{
21-
"test_name": "build-serde-gnu",
22-
"command": "cargo build --release --features=serde",
23-
"platform": [
24-
"x86_64",
25-
"aarch64",
26-
"riscv64"
27-
]
28-
},
29-
{
30-
"test_name": "build-serde-musl",
31-
"command": "cargo build --release --features=serde --target {target_platform}-unknown-linux-musl",
32-
"platform": [
33-
"x86_64",
34-
"aarch64"
35-
]
36-
}
37-
]
2+
"tests": []
383
}

0 commit comments

Comments
 (0)