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 7, 2025
1 parent ac2cd13 commit bc40740
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 bc40740

Please sign in to comment.