Skip to content

Commit 33c238f

Browse files
committed
Also run tests for the i686-pc-windows-msvc target
1 parent d390e92 commit 33c238f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/windows.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,14 @@ jobs:
2222
toolchain: ${{ matrix.toolchain }}
2323
profile: minimal
2424
override: true
25-
targets: "wasm32-unknown-unknown"
25+
targets: "wasm32-unknown-unknown,i686-pc-windows-msvc"
2626
- name: "Test on the native x86_64-pc-windows-mscv"
2727
run: cargo test --all-features --workspace
2828
- name: "Test when cross-compiling to x86_64-pc-windows-gnu"
2929
env:
3030
AUDITABLE_TEST_TARGET: "x86_64-pc-windows-gnu"
3131
run: cargo test --all-features --workspace
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

Comments
 (0)