From: Jérémie Astor Date: Mon, 23 Dec 2019 10:54:27 +0000 (+0100) Subject: :wrench: Try to fix windows test, again and again X-Git-Tag: nightly~1974 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=015eba9f68119bf12e6008d5b7723714e173ad24;p=gwion.git :wrench: Try to fix windows test, again and again --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 3870b0b2..7ead1560 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -33,4 +33,6 @@ jobs: - name: test run: | $env:GWION_TEST_DIR="${{ runner.temp }}" + $env:VALGRIND="NO_VALGRIND" + $env:SEVERITY="3" make test