From 31e7ea36569a98e27821ff747d487c816fc36924 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Fri, 10 Jan 2020 14:12:38 +0100 Subject: [PATCH] :wrench: Win tests --- .github/workflows/windows.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 70a22f65..e3343615 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -37,4 +37,6 @@ jobs: run: | mkdir tmp $env:GWION_TEST_DIR="." - bash -c "export VALGRIND=NO_VALGRIND; export SEVERITY=3; export PRG=./gwion.exe; make test" + ./gwion.exe + ./gwion.exe examples/array_lit.gw +# bash -c "export VALGRIND=NO_VALGRIND; export SEVERITY=3; export PRG=./gwion.exe; make test" -- 2.43.0