Skip to content

Commit 77498f3

Browse files
committed
Revert "pythongh-116886: Temporarily disable CIfuzz (memory) (python#117018)"
This reverts commit 1ab0d0b.
1 parent b3e8c78 commit 77498f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -514,8 +514,7 @@ jobs:
514514
strategy:
515515
fail-fast: false
516516
matrix:
517-
# sanitizer: [address, undefined, memory] -- memory skipped temporarily until GH-116886 is solved.
518-
sanitizer: [address, undefined]
517+
sanitizer: [address, undefined, memory]
519518
steps:
520519
- name: Build fuzzers (${{ matrix.sanitizer }})
521520
id: build

0 commit comments

Comments
 (0)