mirror of
https://github.com/facebook/zstd.git
synced 2025-03-07 01:10:04 +02:00
Update CIFuzz file and turn off dry-run mode
This commit is contained in:
parent
61eeca4bd6
commit
0c4ee510d5
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user