We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dddbcf commit 8efadbaCopy full SHA for 8efadba
.github/workflows/windows.yml
@@ -16,6 +16,7 @@ jobs:
16
toolchain: stable
17
profile: minimal
18
override: true
19
+ targets: "wasm32-unknown-unknown"
20
- name: "Test on the native x86_64-pc-windows-msvc"
21
run: cargo test --all-features --workspace
22
@@ -29,6 +30,7 @@ jobs:
29
30
31
32
33
34
- name: "Test when cross-compiling to x86_64-pc-windows-gnu"
35
env:
36
AUDITABLE_TEST_TARGET: "x86_64-pc-windows-gnu"
@@ -44,7 +46,7 @@ jobs:
44
46
45
47
48
- targets: "i686-pc-windows-msvc"
49
+ targets: "wasm32-unknown-unknown,i686-pc-windows-msvc"
50
- name: "Test when cross-compiling to i686-pc-windows-msvc"
51
52
AUDITABLE_TEST_TARGET: "i686-pc-windows-msvc"
0 commit comments