From: Jérémie Astor Date: Fri, 10 Jan 2020 13:12:38 +0000 (+0100) Subject: :wrench: Win tests X-Git-Tag: nightly~1954 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=31e7ea36569a98e27821ff747d487c816fc36924;p=gwion.git :wrench: Win tests --- 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"