From bf9bed696b759975e77f67ad622915ed26e751de Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Fri, 21 Feb 2020 19:39:32 +0100 Subject: [PATCH] :wrench simplify macos --- .github/workflows/macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 59c7a875..12635ccd 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -23,9 +23,9 @@ 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 ${{ runner.temp }} + - name: make test env: VALGRIND: NO_VALGRIND USE_MEMCHECK: 0 SEVERITY: 3 - run: export GWION_TEST_DIR=${{ runner.temp }}/tmp/test; mkdir $GWION_TEST_DIR && make test + run: make test -- 2.43.0