Skip to content

Commit 45ec154

Browse files
committed
Remove wasmtime windows from CI and test other engines
Signed-off-by: Keith Mattix II <keithmattix@microsoft.com>
1 parent f199214 commit 45ec154

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

.github/workflows/test.yml

+17-3
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,23 @@ jobs:
260260
os: macos-13
261261
arch: x86_64
262262
action: test
263-
- name: 'Wasmtime on Windows/x86_64'
264-
engine: 'wasmtime'
265-
repo: 'com_github_bytecodealliance_wasmtime'
263+
- name: 'WAVM on Windows/x86_64'
264+
engine: 'wavm'
265+
repo: 'com_github_wavm_wavm'
266+
os: windows-2019
267+
arch: x86_64
268+
action: test
269+
targets: -//test/fuzz/...
270+
- name: 'WAMR on Windows/x86_64'
271+
engine: 'wamr'
272+
repo: 'com_github_bytecodealliance_wasm_micro_runtime'
273+
os: windows-2019
274+
arch: x86_64
275+
action: test
276+
targets: -//test/fuzz/...
277+
- name: 'WasmEdge on Windows/x86_64'
278+
engine: 'wasmedge'
279+
repo: 'com_github_wasmedge_wasmedge'
266280
os: windows-2019
267281
arch: x86_64
268282
action: test

0 commit comments

Comments
 (0)