Skip to content

Commit de48c52

Browse files
committed
Use correct WAMR engine
Signed-off-by: Keith Mattix II <[email protected]>
1 parent aa12f3a commit de48c52

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

.github/workflows/test.yml

+14-7
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,13 @@ jobs:
193193
os: macos-13
194194
arch: x86_64
195195
action: test
196+
- name: 'WAMR interp on Windows/x86_64'
197+
engine: 'wamr-interp'
198+
repo: 'com_github_bytecodealliance_wasm_micro_runtime'
199+
os: windows-2019
200+
arch: x86_64
201+
action: test
202+
targets: -//test/fuzz/...
196203
- name: 'WAMR jit on Linux/x86_64'
197204
engine: 'wamr-jit'
198205
repo: 'com_github_bytecodealliance_wasm_micro_runtime'
@@ -209,6 +216,13 @@ jobs:
209216
arch: x86_64
210217
action: test
211218
cache: true
219+
- name: 'WAMR jit on Windows/x86_64'
220+
engine: 'wamr-jit'
221+
repo: 'com_github_bytecodealliance_wasm_micro_runtime'
222+
os: windows-2019
223+
arch: x86_64
224+
action: test
225+
targets: -//test/fuzz/...
212226
- name: 'WasmEdge on Linux/x86_64'
213227
engine: 'wasmedge'
214228
repo: 'com_github_wasmedge_wasmedge'
@@ -260,13 +274,6 @@ jobs:
260274
os: macos-13
261275
arch: x86_64
262276
action: test
263-
- name: 'WAMR on Windows/x86_64'
264-
engine: 'wamr'
265-
repo: 'com_github_bytecodealliance_wasm_micro_runtime'
266-
os: windows-2019
267-
arch: x86_64
268-
action: test
269-
targets: -//test/fuzz/...
270277
- name: 'Wasmtime on Windows/x86_64'
271278
engine: 'wasmtime'
272279
repo: 'com_github_bytecodealliance_wasmtime'

0 commit comments

Comments
 (0)