From 77498f30276cbb396e20f8d68bed2f3bffbc54a3 Mon Sep 17 00:00:00 2001 From: Illia Volochii Date: Wed, 27 Mar 2024 16:05:05 +0200 Subject: [PATCH] Revert "gh-116886: Temporarily disable CIfuzz (memory) (#117018)" This reverts commit 1ab0d0b1167d78bf19661a3b5e533a2b68a57604. --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 205ba7357abbcc..9e236534ae3770 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -514,8 +514,7 @@ jobs: strategy: fail-fast: false matrix: - # sanitizer: [address, undefined, memory] -- memory skipped temporarily until GH-116886 is solved. - sanitizer: [address, undefined] + sanitizer: [address, undefined, memory] steps: - name: Build fuzzers (${{ matrix.sanitizer }}) id: build