.github/workflows: set TS_FUZZ_CURRENTLY_BROKEN to false

Signed-off-by: Maisem Ali <maisem@tailscale.com>
pull/7301/head
Maisem Ali 2 years ago
parent 8b9ee7a558
commit 4a99481a11

@ -14,7 +14,7 @@ env:
# This variable toggles the fuzz job between two modes: # This variable toggles the fuzz job between two modes:
# - false: we expect fuzzing to be happy, and should report failure if it's not. # - 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. # - 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: on:
push: push:

Loading…
Cancel
Save