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 7a8e9c4 commit 4f6931fCopy full SHA for 4f6931f
.github/workflows/ci.yml
@@ -26,6 +26,15 @@ jobs:
26
- name: Build
27
run: cargo build --locked --workspace
28
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
+
38
test:
39
needs: build
40
runs-on: macos-15 # For snapshot testing.
0 commit comments