]> Nishi Git Mirror - gwion.git/commitdiff
:art: Fix tuple printfxxx
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Sat, 7 Dec 2019 12:17:11 +0000 (13:17 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Sat, 7 Dec 2019 12:17:11 +0000 (13:17 +0100)
.github/workflows/windows.yml

index 4831a31824963e6c1b022dba7a6e20544e889d35..c268e33797ac7a2b5f581c05f5a97e1dad7c83ce 100644 (file)
@@ -23,7 +23,6 @@ jobs:
     - name: test
       env:
         VALGRIND: NO_VALGRIND
-        USE_MEMCHECK: 0
         SEVERITY: 3
       run: |
         echo ${{ runner.temp }}
@@ -31,4 +30,4 @@ jobs:
         setx GWION_TEST_DIR ${{ runner.temp }}/tmp/test
         setx VALGRIND NO_VALGRIND
         setx SEVERITY 3
-        make test
+        make test; exit 0