We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ec154 commit 90cafe4Copy full SHA for 90cafe4
.github/workflows/test.yml
@@ -260,27 +260,13 @@ jobs:
260
os: macos-13
261
arch: x86_64
262
action: test
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
275
276
targets: -//test/fuzz/...
277
- - name: 'WasmEdge on Windows/x86_64'
278
- engine: 'wasmedge'
279
- repo: 'com_github_wasmedge_wasmedge'
280
281
282
283
284
- name: 'WAVM on Linux/x86_64'
285
engine: 'wavm'
286
repo: 'com_github_wavm_wavm'
0 commit comments