]> Nishi Git Mirror - gwion.git/commitdiff
:wrench Use asan
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Mon, 14 Sep 2020 09:32:33 +0000 (11:32 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Mon, 14 Sep 2020 09:32:33 +0000 (11:32 +0200)
.github/workflows/linux.yml
scripts/test.sh

index 07ee9c862db4cc7e21b47e549b0a0164942c6f2b..25c3796081f4e46670786446350f8554810bdcc8 100644 (file)
@@ -25,5 +25,4 @@ jobs:
       env:
         CC: ${{ matrix.cc }}
         USE_DOUBLE: ${{ matrix.double }}
-        USE_DEBUG: 0
-        CFLAGS: -g
+        USE_DEBUG: 1
index e0239f8c9c3c4208f8194ec953e20b0491713113..8aa5798bce6423b415746abbc5abab1b1cf9ec6e 100644 (file)
@@ -398,15 +398,7 @@ clean() {
 
 if [ -f test.log ] && [ -z "$NO_LOG" ]
 then
-#  cat test.log
-# assuming CI for now
-  sudo apt-get update -y
-  sudo apt-get install -y valgrind
-  for file in $(cat test.log)
-  do
-      cat $file
-      valgrind ./gwion $file
-  done
+  cat test.log
   exit 1
 else
   exit 0