Skip to content

Commit 59a0bc2

Browse files
author
TheodorNEngoy
committed
ci(cifuzz): enable real fuzzing (remove dry-run)
1 parent ce3bf07 commit 59a0bc2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/cifuzz.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,10 @@ jobs:
1212
with:
1313
oss-fuzz-project-name: cli11
1414
language: c++
15-
dry-run: true
1615

1716
- name: Run Fuzzers (dry run)
1817
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
1918
with:
2019
oss-fuzz-project-name: cli11
2120
language: c++
2221
fuzz-seconds: 600
23-
dry-run: true

0 commit comments

Comments
 (0)