mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 10:58:58 +00:00
Turning dry_run off for CIFuzz
This commit is contained in:
parent
dac65a21fb
commit
31092dc66b
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -8,13 +8,13 @@ jobs:
|
||||
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
|
||||
with:
|
||||
oss-fuzz-project-name: 'qpdf'
|
||||
dry-run: true
|
||||
dry-run: false
|
||||
- name: Run Fuzzers
|
||||
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
|
||||
with:
|
||||
oss-fuzz-project-name: 'qpdf'
|
||||
fuzz-seconds: 600
|
||||
dry-run: true
|
||||
dry-run: false
|
||||
- name: Upload Crash
|
||||
uses: actions/upload-artifact@v1
|
||||
if: failure()
|
||||
|
Loading…
Reference in New Issue
Block a user