]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Update CIFuzz file and turn off dry-run mode 2013/head
authorNick Terrell <terrelln@fb.com>
Mon, 24 Feb 2020 20:36:19 +0000 (12:36 -0800)
committerNick Terrell <terrelln@fb.com>
Mon, 24 Feb 2020 20:36:19 +0000 (12:36 -0800)
.github/workflows/main.yml

index bd602bcb5ad888b343672a2b8adb23feb6a8ff5c..9309ba92f268b8e539784f3e27135bcd5d415a81 100644 (file)
@@ -7,13 +7,14 @@ jobs:
     - name: Build Fuzzers
       uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
       with:
-        project-name: 'zstd'
-        dry-run: true
+        oss-fuzz-project-name: 'zstd'
+        dry-run: false
     - name: Run Fuzzers
       uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
       with:
-        fuzz-time: 600
-        dry-run: true
+        oss-fuzz-project-name: 'zstd'
+        fuzz-seconds: 600
+        dry-run: false
     - name: Upload Crash
       uses: actions/upload-artifact@v1
       if: failure()