Skip to content

Commit

Permalink
Remove memory sanitizer (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosEduR committed May 14, 2024
1 parent e9dcc89 commit a652cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cifuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
sanitizer: [address, undefined, memory]
sanitizer: [address, undefined]
steps:
- name: Build Fuzzers (${{ matrix.sanitizer }})
id: build
Expand Down

0 comments on commit a652cbc

Please sign in to comment.