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

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