From 72b0f1b342c77075b26e08996f7fc8ce38d19860 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Fri, 16 Apr 2021 10:21:08 +0300 Subject: [PATCH] Enable more Mal tests --- test/run-wasi-test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/run-wasi-test.py b/test/run-wasi-test.py index 03decaa..03d87a4 100755 --- a/test/run-wasi-test.py +++ b/test/run-wasi-test.py @@ -65,7 +65,6 @@ commands_full = [ "args": ["16", "64"], "expect_sha1": "d85df3561eb15f6f0e6f20d5640e8e1306222c6d" }, { - "skip": True, # Fails on Windows-uvwasi, on CI only (CNR locally) "name": "mal", "wasm": "./wasi/mal/mal.wasm", "args": ["./wasi/mal/test-fib.mal", "16"],