From d3773060c1996ceb90ad1b0d46dc8f2845e9d010 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sat, 7 Dec 2019 13:17:11 +0100 Subject: [PATCH] :art: Fix tuple printfxxx --- .github/workflows/windows.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 4831a318..c268e337 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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 -- 2.43.0