From 7fd88a0679a8198c188dfd350300d9514161a849 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Mon, 23 Dec 2019 12:01:57 +0100 Subject: [PATCH] :wrench: Try to fix windows test, again and again --- .github/workflows/windows.yml | 4 ++++ 1 file changed, 4 insertions(+) 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" -- 2.43.0