Update CIFuzz file and turn off dry-run mode
This commit is contained in:
@@ -7,13 +7,14 @@ jobs:
|
|||||||
- name: Build Fuzzers
|
- name: Build Fuzzers
|
||||||
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
|
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
|
||||||
with:
|
with:
|
||||||
project-name: 'zstd'
|
oss-fuzz-project-name: 'zstd'
|
||||||
dry-run: true
|
dry-run: false
|
||||||
- name: Run Fuzzers
|
- name: Run Fuzzers
|
||||||
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
|
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
|
||||||
with:
|
with:
|
||||||
fuzz-time: 600
|
oss-fuzz-project-name: 'zstd'
|
||||||
dry-run: true
|
fuzz-seconds: 600
|
||||||
|
dry-run: false
|
||||||
- name: Upload Crash
|
- name: Upload Crash
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
if: failure()
|
if: failure()
|
||||||
|
|||||||
Reference in New Issue
Block a user