We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b20bd9b commit 76a24d0Copy full SHA for 76a24d0
1 file changed
.github/workflows/fortress-test-fuzz.yml
@@ -116,6 +116,15 @@ jobs:
116
echo "fuzz-start=$(date +%s)" >> $GITHUB_OUTPUT
117
echo "🕒 Fuzz test timer started at: $(date -u +%Y-%m-%dT%H:%M:%SZ)"
118
119
+ # --------------------------------------------------------------------
120
+ # Clean fuzz cache to prevent accumulated corpus timeouts
121
122
+ - name: 🧹 Clean fuzz cache
123
+ run: |
124
+ echo "🧹 Cleaning accumulated fuzz corpus to prevent timeout..."
125
+ go clean -fuzzcache
126
+ echo "✅ Fuzz cache cleaned"
127
+
128
# --------------------------------------------------------------------
129
# Run fuzz tests
130
0 commit comments