We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0de501 commit 0496be0Copy full SHA for 0496be0
.buildkite/test_description.json
@@ -2,7 +2,7 @@
2
"tests": [
3
{
4
"test_name": "build-gnu",
5
- "command": "RUSTFLAGS=\"-D warnings\" cargo build --release",
+ "command": "RUSTFLAGS=\"-D warnings\" cargo build --release --workspace",
6
"platform": [
7
"x86_64",
8
"aarch64",
@@ -11,7 +11,7 @@
11
},
12
13
"test_name": "build-musl",
14
- "command": "RUSTFLAGS=\"-D warnings\" cargo build --release --target {target_platform}-unknown-linux-musl",
+ "command": "RUSTFLAGS=\"-D warnings\" cargo build --release --target {target_platform}-unknown-linux-musl --workspace",
15
16
17
"aarch64"
0 commit comments