Skip to content

Commit 8225a6a

Browse files
ci(cifuzz): keep dry-run until google/oss-fuzz#14131 merges (#1232)
Flip CIFuzz out of dry‑run now that cli11 exists in OSS‑Fuzz. --------- Co-authored-by: TheodorNEngoy <[email protected]>
1 parent 3b84cba commit 8225a6a

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/cifuzz.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: CIFuzz
2-
32
on:
43
pull_request:
54
workflow_dispatch:
@@ -10,22 +9,18 @@ permissions:
109
jobs:
1110
fuzz:
1211
runs-on: ubuntu-latest
13-
# keep CI green while OSS-Fuzz project is not merged yet
14-
continue-on-error: true
1512
steps:
16-
- uses: actions/checkout@v4
17-
1813
- name: Build Fuzzers (dry run)
1914
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
2015
with:
2116
oss-fuzz-project-name: cli11
22-
language: c++
17+
language: 'c++'
2318
dry-run: true
2419

2520
- name: Run Fuzzers (dry run)
2621
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
2722
with:
2823
oss-fuzz-project-name: cli11
29-
language: c++
24+
language: 'c++'
3025
fuzz-seconds: 600
3126
dry-run: true

0 commit comments

Comments
 (0)