Skip to content

Commit

Permalink
Re-allow the fuzz to fail.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Julian committed Oct 3, 2021
1 parent 0e5f224 commit 08f88a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
with:
oss-fuzz-project-name: 'jsonschema'
language: python
continue-on-error: true
- name: Run Fuzzers
if: steps.build.outcome == 'success'
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
Expand Down

0 comments on commit 08f88a6

Please sign in to comment.