]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Win tests
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Fri, 10 Jan 2020 14:22:02 +0000 (15:22 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Fri, 10 Jan 2020 14:22:02 +0000 (15:22 +0100)
.github/workflows/windows.yml

index e3343615e4a9073d8d35dcc7320bfdea643b729b..4b2a2a06514a77672dc7f6b71279919e45b64bd7 100644 (file)
@@ -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"