Skip to content

Commit

Permalink
Allow fuzzes to keep running on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
idavis committed Feb 11, 2025
1 parent 6908dbb commit 9bb629c
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 @@ -30,6 +30,7 @@ jobs:
fuzz:
name: Fuzzing
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest] # Fuzzing is not supported on Win. The macos is temporarily removed
# because of low availability.
Expand Down

0 comments on commit 9bb629c

Please sign in to comment.