From: Jérémie Astor Date: Mon, 23 Dec 2019 11:01:57 +0000 (+0100) Subject: :wrench: Try to fix windows test, again and again X-Git-Tag: nightly~1973 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=7fd88a0679a8198c188dfd350300d9514161a849;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 7ead1560..1f18cb16 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -31,6 +31,10 @@ jobs: echo "export SEVERITY=3" >> ~/.bashrc echo "export SEVERITY=3" >> ~/.bashenv - name: test + env: + VALGRIND: NO_VALGRIND + USE_MEMCHECK: 0 + SEVERITY: 3 run: | $env:GWION_TEST_DIR="${{ runner.temp }}" $env:VALGRIND="NO_VALGRIND"