Skip to content

Commit

Permalink
Remove wasmtime windows from CI and test other engines
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Mattix II <keithmattix@microsoft.com>
  • Loading branch information
keithmattix committed Aug 23, 2024
1 parent f199214 commit 45ec154
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,23 @@ jobs:
os: macos-13
arch: x86_64
action: test
- name: 'Wasmtime on Windows/x86_64'
engine: 'wasmtime'
repo: 'com_github_bytecodealliance_wasmtime'
- name: 'WAVM on Windows/x86_64'
engine: 'wavm'
repo: 'com_github_wavm_wavm'
os: windows-2019
arch: x86_64
action: test
targets: -//test/fuzz/...
- name: 'WAMR on Windows/x86_64'
engine: 'wamr'
repo: 'com_github_bytecodealliance_wasm_micro_runtime'
os: windows-2019
arch: x86_64
action: test
targets: -//test/fuzz/...
- name: 'WasmEdge on Windows/x86_64'
engine: 'wasmedge'
repo: 'com_github_wasmedge_wasmedge'
os: windows-2019
arch: x86_64
action: test
Expand Down

0 comments on commit 45ec154

Please sign in to comment.