Skip to content

Commit 67de926

Browse files
committed
Merge branch 'main' of https://github.com/github/gh-aw
2 parents a706f3c + e7ad4be commit 67de926

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1306,7 +1306,7 @@ jobs:
13061306
local output_file="fuzz-results/${fuzz_name}.txt"
13071307
13081308
echo "Running ${fuzz_name}..."
1309-
if go test -run='^$' -fuzz="${fuzz_name}" -fuzztime=10s "${package}" 2>&1 | tee "${output_file}"; then
1309+
if go test -run='^$' -fuzz="^${fuzz_name}$" -fuzztime=10s "${package}" 2>&1 | tee "${output_file}"; then
13101310
echo "✅ ${fuzz_name} completed successfully"
13111311
return 0
13121312
else

0 commit comments

Comments
 (0)