From 0de363cc001540eb8c844151e1ea31ad506c4936 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Thu, 19 Dec 2019 03:12:51 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8a88f3c..5e1cf3d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -43,7 +43,7 @@ jobs: cd test ./run-spec-test.py --timeout 30 - name: Run WASI tests - if: !contains(matrix.flags, '-m32') # TODO: remove this check + if: "!contains(matrix.flags, '-m32')" # TODO: remove this check run: | cd test ./run-wasi-test.py --timeout 120