Skip to content

Commit 8efadba

Browse files
committed
re-add the lost wasm target
1 parent 2dddbcf commit 8efadba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/windows.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
toolchain: stable
1717
profile: minimal
1818
override: true
19+
targets: "wasm32-unknown-unknown"
1920
- name: "Test on the native x86_64-pc-windows-msvc"
2021
run: cargo test --all-features --workspace
2122

@@ -29,6 +30,7 @@ jobs:
2930
toolchain: stable
3031
profile: minimal
3132
override: true
33+
targets: "wasm32-unknown-unknown"
3234
- name: "Test when cross-compiling to x86_64-pc-windows-gnu"
3335
env:
3436
AUDITABLE_TEST_TARGET: "x86_64-pc-windows-gnu"
@@ -44,7 +46,7 @@ jobs:
4446
toolchain: stable
4547
profile: minimal
4648
override: true
47-
targets: "i686-pc-windows-msvc"
49+
targets: "wasm32-unknown-unknown,i686-pc-windows-msvc"
4850
- name: "Test when cross-compiling to i686-pc-windows-msvc"
4951
env:
5052
AUDITABLE_TEST_TARGET: "i686-pc-windows-msvc"

0 commit comments

Comments
 (0)