.github: enable fuzz testing again (go1.23)

Updates #12912

Signed-off-by: Maisem Ali <maisem@tailscale.com>
angott/tvos-23087
Maisem Ali 2 months ago committed by Maisem Ali
parent 4d6a8224d5
commit f2713b663e

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

Loading…
Cancel
Save