Skip to content

Commit e4df2fd

Browse files
committed
test: check windows build
run `cargo check` for the x86_64-pc-windows-gnu target, to ensure we don't accidentally break building the crate on windows. Signed-off-by: Patrick Roy <[email protected]>
1 parent 64bcad5 commit e4df2fd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.buildkite/custom-tests.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@
5656
"x86_64",
5757
"aarch64"
5858
]
59+
},
60+
{
61+
"test_name": "check-windows-build",
62+
"command": "RUSTFLAGS=\"-D warnings\" cargo check --all-targets --features 'backend-bitmap backend-mmap backend-atomic' --workspace --target x86_64-pc-windows-gnu",
63+
"platform": [
64+
"x86_64"
65+
]
5966
}
6067
]
6168
}

0 commit comments

Comments
 (0)