Skip to content

Commit df4eef9

Browse files
ci: Enable VM tests on Windows
1 parent 263a60e commit df4eef9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/rust.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,19 @@ jobs:
141141
name: Check that the build works on a Windows target
142142
runs-on: windows-latest
143143
steps:
144+
- name: Install QEMU
145+
run: choco install qemu
146+
144147
- name: Checkout sources
145148
uses: actions/checkout@v3
146149

147150
- name: Build
148151
run: cargo xtask build
149152

153+
- name: Run VM tests
154+
run: cargo xtask run --target x86_64 --ci
155+
timeout-minutes: 2
156+
150157
# Run the build with our current nightly MSRV (specified in
151158
# ./msrv_toolchain.toml). This serves to check that we don't
152159
# accidentally start relying on a new feature without intending

0 commit comments

Comments
 (0)