From: Jérémie Astor Date: Fri, 10 Jan 2020 14:22:02 +0000 (+0100) Subject: :wrench: Win tests X-Git-Tag: nightly~1953 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=d397b6d2951b3bd5b1060ff85e9151ff87e76f31;p=gwion.git :wrench: Win tests --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index e3343615..4b2a2a06 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -37,6 +37,6 @@ jobs: run: | mkdir tmp $env:GWION_TEST_DIR="." - ./gwion.exe - ./gwion.exe examples/array_lit.gw + gwion.exe + gwion.exe examples/array_lit.gw # bash -c "export VALGRIND=NO_VALGRIND; export SEVERITY=3; export PRG=./gwion.exe; make test"