Skip to content

Commit 08f88a6

Browse files
committed
Re-allow the fuzz to fail.
It seems to have stopped running, even though I don't believe anything related to it has changed, but it'll require some diagnosis that I don't have time for at the minute to figure out what precisely.
1 parent 0e5f224 commit 08f88a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/fuzz.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
with:
1616
oss-fuzz-project-name: 'jsonschema'
1717
language: python
18+
continue-on-error: true
1819
- name: Run Fuzzers
1920
if: steps.build.outcome == 'success'
2021
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master

0 commit comments

Comments
 (0)