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.
2 parents a706f3c + e7ad4be commit 67de926Copy full SHA for 67de926
1 file changed
.github/workflows/ci.yml
@@ -1306,7 +1306,7 @@ jobs:
1306
local output_file="fuzz-results/${fuzz_name}.txt"
1307
1308
echo "Running ${fuzz_name}..."
1309
- if go test -run='^$' -fuzz="${fuzz_name}" -fuzztime=10s "${package}" 2>&1 | tee "${output_file}"; then
+ if go test -run='^$' -fuzz="^${fuzz_name}$" -fuzztime=10s "${package}" 2>&1 | tee "${output_file}"; then
1310
echo "✅ ${fuzz_name} completed successfully"
1311
return 0
1312
else
0 commit comments