]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Run Long Tests in GitHub CI 2313/head
authorW. Felix Handte <w@felixhandte.com>
Thu, 17 Sep 2020 17:28:20 +0000 (13:28 -0400)
committerW. Felix Handte <w@felixhandte.com>
Thu, 17 Sep 2020 17:31:10 +0000 (13:31 -0400)
.github/workflows/generic-dev.yml

index 64902f231477a9c5edde02f039e9777822c49323..c66a2bee3b194632f072eb8c344fe2f950c42766 100644 (file)
@@ -98,7 +98,7 @@ jobs:
     - name: gcc-8 + ASan + UBSan + Fuzz Test
       run: |
         make gcc8install
-        CC=gcc-8 make clean uasan-fuzztest
+        CC=gcc-8 FUZZER_FLAGS="--long-tests" make clean uasan-fuzztest
 
   gcc-6-asan-ubsan-fuzz32:
     runs-on: ubuntu-latest
@@ -107,7 +107,7 @@ jobs:
     - name: gcc-6 + ASan + UBSan + Fuzz Test 32bit
       run: |
         make gcc6install libc6install
-        CC=gcc-6 CFLAGS="-O2 -m32" make uasan-fuzztest
+        CC=gcc-6 CFLAGS="-O2 -m32" FUZZER_FLAGS="--long-tests" make uasan-fuzztest
 
   clang-38-msan-fuzz:
     runs-on: ubuntu-16.04 # fails on 18.04