]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CIfuzz: switch off 'dry_run' mode
authorDaniel Stenberg <daniel@haxx.se>
Fri, 28 Feb 2020 09:29:14 +0000 (10:29 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 28 Feb 2020 15:50:43 +0000 (16:50 +0100)
Follow-up from #4960: now make it fail if it detects problems.

Closes #4998

.github/workflows/fuzz.yml

index 3a2ac2368c85956611f81e1d30a319b53b31b87e..296acc7970115487cee4b9faef21627e234433fb 100644 (file)
@@ -8,17 +8,16 @@ jobs:
       uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
       with:
         oss-fuzz-project-name: 'curl'
-        dry-run: true
+        dry-run: false
     - name: Run Fuzzers
       uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
       with:
         oss-fuzz-project-name: 'curl'
         fuzz-seconds: 600
-        dry-run: true
+        dry-run: false
     - name: Upload Crash
       uses: actions/upload-artifact@v1
       if: failure()
       with:
         name: artifacts
         path: ./out/artifacts
-