.github: fuzzing is now unbroken

Updates #cleanup

Signed-off-by: Andrew Dunham <andrew@du.nham.ca>
Change-Id: I10dca601c79411b412180a46b3f82136e40544b0
This commit is contained in:
Andrew Dunham 2024-02-09 16:47:16 -05:00
parent 7039c06d9b
commit 6f6383f69e
1 changed files with 1 additions and 1 deletions

View File

@ -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: