From f2713b663effefd635192f9d804f3b2f90f9ecea Mon Sep 17 00:00:00 2001 From: Maisem Ali Date: Wed, 11 Sep 2024 14:33:45 -0700 Subject: [PATCH] .github: enable fuzz testing again (go1.23) Updates #12912 Signed-off-by: Maisem Ali --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e05ab722d44f4..35cf0a5a1ca08 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ env: # This variable toggles the fuzz job between two modes: # - false: we expect fuzzing to be happy, and should report failure if it's not. # - true: we expect fuzzing is broken, and should report failure if it start working. - TS_FUZZ_CURRENTLY_BROKEN: true + TS_FUZZ_CURRENTLY_BROKEN: false on: push: