From 1af7acb7eb7e1b93ab6030a18cf08693966eb3ce Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Fri, 6 Dec 2019 22:09:17 +0100 Subject: [PATCH] Update gwion.yml --- .github/workflows/gwion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gwion.yml b/.github/workflows/gwion.yml index 23fc09d2..81134a72 100644 --- a/.github/workflows/gwion.yml +++ b/.github/workflows/gwion.yml @@ -23,7 +23,7 @@ jobs: CFLAGS: -fsanitize=address -fno-omit-frame-pointer LDFLAGS: -fsanitize=address -fno-omit-frame-pointer run: make CC=${{ matrix.cc }} USE_DOUBLE=${{ matrix.double }} - - name: make test + - name: make test ${{ runner.temp }} env: GWION_TEST_DIR: /home/runner/work/Gwion/Gwion/tmp_test VALGRIND: NO_VALGRIND -- 2.43.0