From: Jérémie Astor Date: Fri, 21 Feb 2020 18:39:32 +0000 (+0100) Subject: :wrench simplify macos X-Git-Tag: nightly~1816 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=bf9bed696b759975e77f67ad622915ed26e751de;p=gwion.git :wrench simplify macos --- 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