Skip to content

Commit 1998fed

Browse files
committed
Fix stale fuzz target name
Should have been done during the minreq -> bitreq rename.
1 parent fa402e9 commit 1998fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cron-daily-fuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# We only get 20 jobs at a time, we probably don't want to go
1919
# over that limit with fuzzing because of the hour run time.
2020
fuzz_target: [
21-
minreq_http,
21+
bitreq_http,
2222
simple_http,
2323
]
2424
steps:

0 commit comments

Comments
 (0)