We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d390e92 commit 33c238fCopy full SHA for 33c238f
1 file changed
.github/workflows/windows.yml
@@ -22,10 +22,14 @@ jobs:
22
toolchain: ${{ matrix.toolchain }}
23
profile: minimal
24
override: true
25
- targets: "wasm32-unknown-unknown"
+ targets: "wasm32-unknown-unknown,i686-pc-windows-msvc"
26
- name: "Test on the native x86_64-pc-windows-mscv"
27
run: cargo test --all-features --workspace
28
- name: "Test when cross-compiling to x86_64-pc-windows-gnu"
29
env:
30
AUDITABLE_TEST_TARGET: "x86_64-pc-windows-gnu"
31
32
+ - name: "Test when cross-compiling to i686-pc-windows-msvc"
33
+ env:
34
+ AUDITABLE_TEST_TARGET: "i686-pc-windows-msvc"
35
+ run: cargo test --all-features --workspace
0 commit comments