summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMaisem Ali <maisem@tailscale.com>2024-09-11 14:33:45 -0700
committerMaisem Ali <maisem@gmail.com>2024-09-11 14:50:13 -0700
commitf2713b663effefd635192f9d804f3b2f90f9ecea (patch)
treeeaf50a4e619c305fa03fa551feeebb00031795dd
parent4d6a8224d5103938877226b64265d08e57a18b6f (diff)
downloadtailscale-f2713b663effefd635192f9d804f3b2f90f9ecea.tar.xz
tailscale-f2713b663effefd635192f9d804f3b2f90f9ecea.zip
.github: enable fuzz testing again (go1.23)
Updates #12912 Signed-off-by: Maisem Ali <maisem@tailscale.com>
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index e05ab722d..35cf0a5a1 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: