Skip to content

Commit 4f6931f

Browse files
committed
add check windows ci job
1 parent 7a8e9c4 commit 4f6931f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@ jobs:
2626
- name: Build
2727
run: cargo build --locked --workspace
2828

29+
check-windows:
30+
runs-on: windows-latest
31+
steps:
32+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33+
- uses: actions-rust-lang/setup-rust-toolchain@fb51252c7ba57d633bc668f941da052e410add48 # v1.13.0
34+
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
35+
- name: Cargo check
36+
run: cargo check --locked --all-targets --all-features --workspace
37+
2938
test:
3039
needs: build
3140
runs-on: macos-15 # For snapshot testing.

0 commit comments

Comments
 (0)