From e2d9097c7010c989e0fad6db84b90780c0343b95 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Sat, 21 Dec 2019 21:48:20 +0200 Subject: [PATCH] Enable WASI tests for x86 builds --- .github/workflows/tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ece4ba2..f456ccb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -43,7 +43,6 @@ jobs: cd test ./run-spec-test.py --timeout 30 - name: Run WASI tests - if: "!contains(matrix.flags, '-m32')" # TODO: remove this check run: | cd test ./run-wasi-test.py --timeout 120