]> Nishi Git Mirror - gwion.git/commitdiff
:wrench simplify macos
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Fri, 21 Feb 2020 18:39:32 +0000 (19:39 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Fri, 21 Feb 2020 18:39:32 +0000 (19:39 +0100)
.github/workflows/macos.yml

index 59c7a875dcaa323c7f26e0f01df3ccc5597c5e7a..12635ccdb0a37a65f2d2eb3caa41dd2d26406e1f 100644 (file)
@@ -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