Skip to content

Commit 641a1ee

Browse files
committed
chore[ci]: add window test to CI
Signed-off-by: Joe Isaacs <[email protected]>
1 parent fd5a013 commit 641a1ee

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/ci.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,27 @@ jobs:
400400
--target x86_64-unknown-linux-gnu \
401401
--verbose
402402
403+
rust-test-windows:
404+
name: "Rust tests (Windows)"
405+
timeout-minutes: 120
406+
runs-on:
407+
- runs-on=${{ github.run_id }}
408+
- family=m7i
409+
- cpu=8
410+
- image=windows22-full-x64
411+
- tag=rust-test-windows
412+
steps:
413+
- uses: actions/checkout@v5
414+
- uses: ./.github/actions/setup-rust
415+
with:
416+
repo-token: ${{ secrets.GITHUB_TOKEN }}
417+
- name: Install nextest
418+
uses: taiki-e/install-action@v2
419+
with:
420+
tool: nextest
421+
- name: Rust Tests
422+
run: cargo nextest run --locked --workspace --all-features --no-fail-fast
423+
403424
build-java:
404425
name: "Java"
405426
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)