Skip to content

Commit

Permalink
.github: enable fuzz testing again (go1.23)
Browse files Browse the repository at this point in the history
Updates tailscale#12912

Signed-off-by: Maisem Ali <maisem@tailscale.com>
  • Loading branch information
Maisem Ali authored and maisem committed Sep 11, 2024
1 parent 4d6a822 commit f2713b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f2713b6

Please sign in to comment.